Merge pull request #25875 from obsidiansystems/ncurses-cross

ncurses: Break hash to simplify derivation
This commit is contained in:
John Ericson 2017-05-19 18:39:12 -04:00 committed by GitHub
commit b175feb8e1

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;