mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #304619 from Kupac/fix_SICtools
rPackages.SICtools: fix build
This commit is contained in:
commit
5ba366d51d
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user