Merge pull request #134416 from Stunkymonkey/nix-template-rpm-phases

This commit is contained in:
Sandro
2021-08-21 02:19:24 +02:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ python toposort rpm ];
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
installPhase = ''
mkdir -p $out/bin