rPackages.ggbio: patch away spelling mistake

This commit is contained in:
Edward Tjörnhammar 2020-02-26 09:43:40 +01:00
parent 260a5296d7
commit d5b5ff5ae5
No known key found for this signature in database
GPG key ID: 577898458385603E

View file

@ -721,6 +721,15 @@ let
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: {
patchPhase = "patchShebangs configure";
});