kpcli: deprecate phases

wip/nixpkgs-raku
Felix Buehler 3 years ago
parent 915a8aac33
commit ee0e085ae2
  1. 2
      pkgs/tools/security/kpcli/default.nix

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

Loading…
Cancel
Save