mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
pkgsLLVM.mc: explicitly set PERL= variable
Otherwise build fails as: mc-x86_64-unknown-linux-gnu> bash: ../../../src/man2hlp/man2hlp: /usr/bin/perl: bad interpreter: No such file or directory
This commit is contained in:
parent
f522cb505d
commit
223997454d
@ -46,14 +46,13 @@ stdenv.mkDerivation rec {
|
||||
libX11
|
||||
libssh2
|
||||
openssl
|
||||
perl
|
||||
slang
|
||||
zip
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [ e2fsprogs gpm ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = [ "--enable-vfs-smb" ];
|
||||
configureFlags = [ "--enable-vfs-smb" "PERL=${perl}/bin/perl" ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/filemanager/ext.c \
|
||||
|
Loading…
Reference in New Issue
Block a user