nix: 1.11 needs 'curl' on PATH so provide as nativeBuildInput.

This commit is contained in:
Will Dietz 2018-01-12 20:52:54 -06:00
parent 9ba32c76f4
commit afe517acd5

View File

@ -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 ]