Merge pull request #130027 from Luflosi/fix-postcss-cli

This commit is contained in:
Sandro 2021-07-14 01:57:18 +02:00 committed by GitHub
commit 5fa835b33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 538 additions and 501 deletions

View File

@ -202,6 +202,15 @@ let
'';
};
postcss-cli = super.postcss-cli.override {
nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = ''
wrapProgram "$out/bin/postcss" \
--prefix NODE_PATH : ${self.postcss}/lib/node_modules
'';
meta.mainProgram = "postcss";
};
pulp = super.pulp.override {
# tries to install purescript
npmFlags = "--ignore-scripts";

View File

@ -186,6 +186,7 @@
, "pm2"
, "pnpm"
, "poor-mans-t-sql-formatter-cli"
, "postcss"
, "postcss-cli"
, "prettier"
, "prettier-plugin-toml"

File diff suppressed because it is too large Load Diff