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