treewide: cmake buildInputs to nativeBuildInputs, minor cleanups

This commit is contained in:
Ben Siraphob
2021-01-01 11:52:33 +07:00
parent 54ab07c1fe
commit b04fc593e7
212 changed files with 611 additions and 634 deletions
+2 -3
View File
@@ -14,9 +14,8 @@ stdenv.mkDerivation rec
outputs = [ "bin" "dev" "out" "lib" ];
buildInputs = [ zlib python cmake pkg-config ];
enableParallelBuilding = true;
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib python pkg-config ];
# Can be removed in the next release
# https://github.com/wdas/ptex/pull/42