Commit 27cbe59b authored by László Kupcsik's avatar László Kupcsik
Browse files

rPackages.SICtools: fix build

parent 7872e50e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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: {