R-curl: fix configure script

This commit is contained in:
Nikolay Amiantov 2015-09-09 21:29:20 +03:00 committed by Peter Simons
parent f91c5bcc7a
commit 513e31185b

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: {