1213: nix; fix buildInputs arr

pull/1349/head
Horki 4 years ago committed by David Peter
parent 0a9744ac95
commit 8348c1b746

@ -9,9 +9,9 @@
 src = ./;  src = ./;
 buildInputs = {  buildInputs = [
 gzip  gzip
 bzip2  bzip2
 python27  python27
 };  ];
} }

@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
src = ./; src = ./;
buildInputs = { buildInputs = [
gzip gzip
bzip2 bzip2
python27 python27
}; ];
} }
Loading…
Cancel
Save