nix: 1.11 needs 'curl' on PATH so provide as nativeBuildInput.
This commit is contained in:
parent
9ba32c76f4
commit
afe517acd5
@ -24,7 +24,7 @@ let
|
||||
|
||||
nativeBuildInputs =
|
||||
[ pkgconfig ]
|
||||
++ lib.optionals (!is20) [ perl ]
|
||||
++ lib.optionals (!is20) [ curl perl ]
|
||||
++ lib.optionals fromGit [ autoreconfHook autoconf-archive bison flex libxml2 libxslt docbook5 docbook5_xsl ];
|
||||
|
||||
buildInputs = [ curl openssl sqlite xz ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user