forked from mirrors/nixpkgs
vte: fix chroot build
This commit is contained in:
parent
4a1b6f8f0b
commit
c17427597e
|
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
preBuild = "patchShebangs ./src";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/lib/libvte2_90.la --replace "-lncurses" "-L${ncurses}/lib -lncurses"
|
substituteInPlace $out/lib/libvte2_90.la --replace "-lncurses" "-L${ncurses}/lib -lncurses"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue