summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-15 21:30:48 +0200
committerGitHub <noreply@github.com>2021-07-15 21:30:48 +0200
commit59a7a539edbe5141949ea0695884b0d50c27cac7 (patch)
tree12907f90bd1b371f64e707a1863c735e846dc9f2 /pkgs/applications/editors
parentbdc08fd5c50c2c2fe0a3eee2686bf871c9b49c71 (diff)
parentc4ad4c99c5ca39d9c8035d4e3a72151945cc376c (diff)
downloadnixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.tar
nixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.tar.gz
nixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.tar.bz2
nixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.tar.lz
nixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.tar.xz
nixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.tar.zst
nixpkgs-59a7a539edbe5141949ea0695884b0d50c27cac7.zip
Merge pull request #130183 from Stunkymonkey/lighttable-phase
lighttable: deprecate phases
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/lighttable/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/lighttable/default.nix b/pkgs/applications/editors/lighttable/default.nix
index b19b1ac2b68..0b550c5f11d 100644
--- a/pkgs/applications/editors/lighttable/default.nix
+++ b/pkgs/applications/editors/lighttable/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
         sha256 = "06fj725xfhf3fwrf7dya7ijmxq3v76kfmd4lr2067a92zhlwr5pv";
       };
 
-  phases = [ "installPhase" ];
+  dontConfigure = true;
 
   installPhase = ''
     tar xf ${src}