treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
startupNotify = null;
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
# colon is bash form of no-op (do nothing)
|
||||
dontUnpack = true;
|
||||
|
||||
Reference in New Issue
Block a user