sourcehut: apply suggestions from nixpkgs-review

This commit is contained in:
Julien Moutinho 2021-08-15 23:14:12 +02:00 committed by Tom Bereknyei
parent a3abc6ff24
commit 4a8a454ff7
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
, sassc
, nodejs
, redis
, writeText
}:
buildPythonPackage rec {
@ -46,6 +45,7 @@ buildPythonPackage rec {
};
patches = [
# Disable check for npm
./disable-npm-install.patch
];

View File

@ -5,7 +5,6 @@
, redis
, pyyaml
, buildsrht
, writeText
}:
buildPythonPackage rec {