R-curl: fix configure script

This commit is contained in:
Nikolay Amiantov
2015-10-04 20:06:49 +02:00
committed by Peter Simons
parent f91c5bcc7a
commit 513e31185b
+1 -1
View File
@@ -1562,7 +1562,7 @@ let
});
curl = old.curl.overrideDerivation (attrs: {
preConfigure = "export CURL_INCLUDES=${pkgs.curl}/include";
preConfigure = "patchShebangs configure";
});
iFes = old.iFes.overrideDerivation (attrs: {