rPackages.EBSeq: fix build

Remove backported fix
This commit is contained in:
László Kupcsik
2025-04-21 22:38:42 +02:00
parent f2f6eae372
commit c511d9e274
-11
View File
@@ -1846,17 +1846,6 @@ let
postPatch = "patchShebangs configure";
});
EBSeq = old.EBSeq.overrideAttrs (attrs: {
postPatch = ''
# https://code.bioconductor.org/browse/EBSeq/commit/d18c41cc3eb96ca82a7c55f0d60287e28785281e
substituteInPlace "DESCRIPTION" \
--replace-fail "c++11" "c++14"
# https://code.bioconductor.org/browse/EBSeq/commit/fd9ccf425b3c8c0f209de77e7d6e9a1d0c839d68
substituteInPlace "src/Makevars" \
--replace-fail "#CXX_STD = CXX11" "CXX_STD = CXX14"
'';
});
gmailr = old.gmailr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});