mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:57:26 +00:00
nix-template-rpm: deprecate phases
This commit is contained in:
parent
f267d39257
commit
90f9565f1a
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ python toposort rpm ];
|
||||
|
||||
phases = [ "installPhase" "fixupPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user