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
commit 4372fb396e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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