ncurses: Break hash to simplify derivation

This commit is contained in:
John Ericson 2017-05-17 19:30:19 -04:00
parent 2601a80639
commit a19cf228d5

View File

@ -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;