Skip to content

Commit d25cd77

Browse files
committed
rPackages.ymd: fix build
1 parent 6ff81c1 commit d25cd77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/r-modules/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,10 @@ let
17421742
postPatch = "patchShebangs configure";
17431743
});
17441744

1745+
ymd = old.ymd.overrideAttrs (attrs: {
1746+
postPatch = "patchShebangs configure";
1747+
});
1748+
17451749
SynExtend = old.SynExtend.overrideAttrs (attrs: {
17461750
# build might fail due to race condition
17471751
enableParallelBuilding = false;

0 commit comments

Comments
 (0)