treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "032q295d68w34rk5q8nfqdd29s55n00bfik84y7xzkjrpspaprlh";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip cmake libGLU libGL ];
|
||||
nativeBuildInputs = [ cmake unzip ];
|
||||
buildInputs = [ libGLU libGL ];
|
||||
|
||||
doCheck = false; # FIXME: test failure
|
||||
checkTarget = "test";
|
||||
|
||||
Reference in New Issue
Block a user