r-curl: help the package find curl's headers
This commit is contained in:
parent
c1ce67561d
commit
282fd58c85
@ -899,6 +899,10 @@ let
|
||||
];
|
||||
|
||||
otherOverrides = old: new: {
|
||||
curl = old.curl.overrideDerivation (attrs: {
|
||||
preConfigure = "export CURL_INCLUDES=${pkgs.curl}/include/curl";
|
||||
});
|
||||
|
||||
RcppArmadillo = old.RcppArmadillo.overrideDerivation (attrs: {
|
||||
patchPhase = "patchShebangs configure";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user