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 -2
View File
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "067562s71kfsnbp2zb2bmq8zj3jk96g5a4rcc5qc3n8nfyayhldk";
};
buildInputs = [ cmake ogre freetype boost expat ];
nativeBuildInputs = [ cmake ];
buildInputs = [ ogre freetype boost expat ];
meta = with stdenv.lib; {
homepage = "http://cegui.org.uk/";