treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0bcm20hqxqnq1j0zghb9i7z9frri6bbf7rmrv5g8dd626sq07vyv";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake liblaxjson freeimage ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ liblaxjson freeimage ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Texture packer and resource bundler";
|
||||
|
||||
Reference in New Issue
Block a user