ncurses: Break hash to simplify derivation

wip/yesman
John Ericson 7 years ago
parent 2601a80639
commit a19cf228d5
  1. 3
      pkgs/development/libraries/ncurses/default.nix

@ -65,9 +65,6 @@ stdenv.mkDerivation rec {
sed -i -e 's,LIB_SUFFIX="t,LIB_SUFFIX=",' configure
'';
# Here only for native hash, remove on next mass rebuild
selfNativeBuildInput = buildPlatform == hostPlatform;
enableParallelBuilding = true;
doCheck = false;

Loading…
Cancel
Save