kbd: Reference correct output of bzip2

This commit is contained in:
Tuomas Tynkkynen
2015-10-03 14:08:52 +02:00
committed by Vladimír Čunát
parent 0e6d0a5868
commit 0b5353b319
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
# Fix the path to gzip/bzip2.
substituteInPlace src/libkeymap/findfile.c \
--replace gzip ${gzip}/bin/gzip \
--replace bzip2 ${bzip2}/bin/bzip2 \
--replace bzip2 ${bzip2.bin}/bin/bzip2 \
# We get a warning in armv5tel-linux and the fuloong2f, so we
# disable -Werror in it.