rPackages.SICtools: fix build

This commit is contained in:
László Kupcsik 2024-04-16 21:52:30 +02:00
parent 7872e50e11
commit 27cbe59ba6
1 changed files with 3 additions and 2 deletions

View File

@ -1396,9 +1396,10 @@ let
});
SICtools = old.SICtools.overrideAttrs (attrs: {
preConfigure = ''
substituteInPlace src/Makefile --replace "-lcurses" "-lncurses"
postPatch = ''
substituteInPlace src/Makefile --replace-fail "-lcurses" "-lncurses"
'';
hardeningDisable = [ "format" ];
});
arrow = old.arrow.overrideAttrs (attrs: {