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: { SICtools = old.SICtools.overrideAttrs (attrs: {
preConfigure = '' postPatch = ''
substituteInPlace src/Makefile --replace "-lcurses" "-lncurses" substituteInPlace src/Makefile --replace-fail "-lcurses" "-lncurses"
''; '';
hardeningDisable = [ "format" ];
}); });
ROracle = old.ROracle.overrideAttrs (attrs: { ROracle = old.ROracle.overrideAttrs (attrs: {