rPackages.Rbwa: fix build

This commit is contained in:
László Kupcsik
2024-05-28 23:11:48 +02:00
parent fdc6bf9837
commit 486ee88d17
+9
View File
@@ -1644,6 +1644,15 @@ let
hardeningDisable = [ "format" ];
});
Rbwa = old.Rbwa.overrideAttrs (attrs: {
# Parallel build cleans up *.o before they can be packed in a library
postPatch = ''
substituteInPlace src/Makefile --replace-fail \
"all:\$(PROG) ../inst/bwa clean" \
"all:\$(PROG) ../inst/bwa" \
'';
});
ROracle = old.ROracle.overrideAttrs (attrs: {
configureFlags = [
"--with-oci-lib=${pkgs.oracle-instantclient.lib}/lib"