caja-with-extensions: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-18 12:50:24 +02:00
parent 6626933865
commit 539dbfae80
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation {
pname = "${caja.pname}-with-extensions";
version = caja.version;
phases = [ "installPhase" ];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];