1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-03 18:51:44 +00:00

1213: nix; fix buildInputs arr

This commit is contained in:
Horki
2020-10-25 19:13:12 +01:00
committed by David Peter
parent 0a9744ac95
commit 8348c1b746
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
src = ./;
buildInputs = {
buildInputs = [
gzip
bzip2
python27
};
];
}