rPackages.keyring: fix build
This commit is contained in:
parent
95c7c9555a
commit
6dbe815676
@ -1034,6 +1034,12 @@ let
|
|||||||
buildInputs = [ libsodium.dev ] ++ attrs.buildInputs;
|
buildInputs = [ libsodium.dev ] ++ attrs.buildInputs;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
keyring = old.keyring.overrideDerivation (attrs: {
|
||||||
|
preConfigure = ''
|
||||||
|
patchShebangs configure
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
Rhtslib = old.Rhtslib.overrideDerivation (attrs: {
|
Rhtslib = old.Rhtslib.overrideDerivation (attrs: {
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace R/zzz.R --replace "-lcurl" "-L${pkgs.curl.out}/lib -lcurl"
|
substituteInPlace R/zzz.R --replace "-lcurl" "-L${pkgs.curl.out}/lib -lcurl"
|
||||||
|
Loading…
Reference in New Issue
Block a user