mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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: {
|
otherOverrides = old: new: {
|
||||||
|
curl = old.curl.overrideDerivation (attrs: {
|
||||||
|
preConfigure = "export CURL_INCLUDES=${pkgs.curl}/include/curl";
|
||||||
|
});
|
||||||
|
|
||||||
RcppArmadillo = old.RcppArmadillo.overrideDerivation (attrs: {
|
RcppArmadillo = old.RcppArmadillo.overrideDerivation (attrs: {
|
||||||
patchPhase = "patchShebangs configure";
|
patchPhase = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user