rPackages.ggbio: patch away spelling mistake
This commit is contained in:
parent
260a5296d7
commit
d5b5ff5ae5
|
@ -721,6 +721,15 @@ let
|
||||||
preConfigure = "patchShebangs configure";
|
preConfigure = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ggbio = old.ggbio.overrideDerivation (attrs: {
|
||||||
|
patches = [
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/tengfei/ggbio/commit/b04a9840cf5c0bd0514db2536f2e610bbd364727.patch";
|
||||||
|
sha256 = "blwtObyIYo1UBWz4nlmcJ8Nyw/n0qwmJrtwFWuoUyMg=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
});
|
||||||
|
|
||||||
RcppArmadillo = old.RcppArmadillo.overrideDerivation (attrs: {
|
RcppArmadillo = old.RcppArmadillo.overrideDerivation (attrs: {
|
||||||
patchPhase = "patchShebangs configure";
|
patchPhase = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue