rPackages.bandle: fix build

This commit is contained in:
László Kupcsik
2025-03-09 00:07:12 +01:00
parent 79bc0ef8fe
commit a83305a993
+8
View File
@@ -1267,6 +1267,14 @@ let
postPatch = "patchShebangs configure";
});
bandle = old.bandle.overrideAttrs (attrs: {
postPatch = ''
# https://code.bioconductor.org/browse/bandle/commit/e8f7aaa29c1ba772cee5d51e09b1f500bfee44b8
substituteInPlace "src/Makevars" \
--replace-fail "CXX_STD = CXX11" "CXX_STD = CXX14"
'';
});
ocf = old.ocf.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});