rPackages.graper: fix build

This commit is contained in:
László Kupcsik
2025-03-11 21:23:52 +01:00
parent f345f8c436
commit d5cf10fb90
+7
View File
@@ -1295,6 +1295,13 @@ let
'';
});
graper = old.graper.overrideAttrs (attrs: {
postPatch = ''
substituteInPlace "src/Makevars" \
--replace-fail "CXX_STD=CXX11" "CXX_STD=CXX14"
'';
});
ocf = old.ocf.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});