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