kbd: fix build
This commit is contained in:
@@ -38,8 +38,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/bin/unicode_{start,stop} \
|
for i in $out/bin/unicode_{start,stop}; do
|
||||||
--replace /usr/bin/tty ${coreutils}/bin/tty
|
substituteInPlace "$i" \
|
||||||
|
--replace /usr/bin/tty ${coreutils}/bin/tty
|
||||||
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user