sourcehut: apply suggestions from nixpkgs-review

This commit is contained in:
Julien Moutinho
2021-12-28 22:18:16 -05:00
committed by Tom Bereknyei
parent a3abc6ff24
commit 4a8a454ff7
2 changed files with 1 additions and 2 deletions
@@ -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
];
@@ -5,7 +5,6 @@
, redis
, pyyaml
, buildsrht
, writeText
}:
buildPythonPackage rec {