Merge pull request #130766 from Stunkymonkey/kpcli-phases

kpcli: deprecate phases
This commit is contained in:
Sandro 2021-07-21 16:45:33 +02:00 committed by GitHub
commit 334dfbd45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perl ];
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
installPhase = ''
mkdir -p $out/{bin,share}