treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -4,7 +4,8 @@ stdenv.mkDerivation {
|
||||
pname = "nix-template-rpm";
|
||||
version = "0.1";
|
||||
|
||||
buildInputs = [ makeWrapper python toposort rpm ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ python toposort rpm ];
|
||||
|
||||
phases = [ "installPhase" "fixupPhase" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user