Unverified Commit 5ba366d5 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

Merge pull request #304619 from Kupac/fix_SICtools

rPackages.SICtools: fix build
parents 44e0bc27 27cbe59b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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: {