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
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "1b501xbimizmbmysl1j5zgnp48qw0r2r7lhgmxvzhzlv9jzhj60r";
};
buildInputs = [ cmake qt4 ];
nativeBuildInputs = [ cmake ];
buildInputs = [ qt4 ];
meta = {
description = "Qt4 port of Django template system";