lftp: do not look for expat and zlib in /usr/include
This behaviour affects builds without sandboxing.
This commit is contained in:
@@ -21,10 +21,14 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-readline=${readline.dev}"
|
||||
"--with-zlib=${zlib.dev}"
|
||||
"--without-expat"
|
||||
];
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A file transfer program supporting a number of network protocols";
|
||||
homepage = https://lftp.tech/;
|
||||
|
||||
Reference in New Issue
Block a user