nix-template-rpm: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-17 11:04:49 +02:00
parent f267d39257
commit 90f9565f1a

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ python toposort rpm ];
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
installPhase = ''
mkdir -p $out/bin