mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
rPackages.ymd: fix build
This commit is contained in:
@@ -1742,6 +1742,10 @@ let
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
ymd = old.ymd.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
SynExtend = old.SynExtend.overrideAttrs (attrs: {
|
||||
# build might fail due to race condition
|
||||
enableParallelBuilding = false;
|
||||
|
||||
Reference in New Issue
Block a user