treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "0xc2s4s1aq143zz8lgkq5k25dpf049dw253qxiav5k7d7qvzzy57";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
phases = [ "installPhase" "fixupPhase" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user