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 = ./;
 buildInputs = {
 buildInputs = [
 gzip
 bzip2
 python27
 };
 bzip2
 python27
 ];
}

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