1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Drop WWW::Curl dependency

Somehow this came back after d1da6967b8.
This commit is contained in:
Eelco Dolstra 2017-04-11 15:41:21 +02:00
parent 915f62fa19
commit b134c2d052
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 1 additions and 13 deletions

View file

@ -116,7 +116,6 @@ let
configureFlags = ''
--with-dbi=${perlPackages.DBI}/${pkgs.perl.libPrefix}
--with-dbd-sqlite=${perlPackages.DBDSQLite}/${pkgs.perl.libPrefix}
--with-www-curl=${perlPackages.WWWCurl}/${pkgs.perl.libPrefix}
'';
enableParallelBuilding = true;