Merge pull request #160298 from trofi/fix-perl-on-mc
This commit is contained in:
commit
b0b1370d59
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue