mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
vte: fix chroot build
This commit is contained in:
parent
4a1b6f8f0b
commit
c17427597e
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preBuild = "patchShebangs ./src";
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace $out/lib/libvte2_90.la --replace "-lncurses" "-L${ncurses}/lib -lncurses"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user