treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0w8gsyqki21s1qb2s5ac1kj08i6nc937c0rr08xbw9w9wvd6lpj6";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake openal ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ openal ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A utility library to help manage common tasks with OpenAL applications";
|
||||
|
||||
Reference in New Issue
Block a user