3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130542 from Stunkymonkey/caja-wih-extensions-phases

caja-with-extensions: deprecate phases
This commit is contained in:
Sandro 2021-07-22 16:31:44 +02:00 committed by GitHub
commit 5abd276a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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