We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff81c1 commit d25cd77Copy full SHA for d25cd77
pkgs/development/r-modules/default.nix
@@ -1742,6 +1742,10 @@ let
1742
postPatch = "patchShebangs configure";
1743
});
1744
1745
+ ymd = old.ymd.overrideAttrs (attrs: {
1746
+ postPatch = "patchShebangs configure";
1747
+ });
1748
+
1749
SynExtend = old.SynExtend.overrideAttrs (attrs: {
1750
# build might fail due to race condition
1751
enableParallelBuilding = false;
0 commit comments