Merge pull request #304619 from Kupac/fix_SICtools

rPackages.SICtools: fix build
This commit is contained in:
Justin Bedő 2024-04-19 08:33:55 +10:00 committed by GitHub
commit 5ba366d51d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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