summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-16 21:54:44 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-16 21:54:44 +0200
commit8a8a949ffdffa91b6de49310263e6406f101ca32 (patch)
tree0ca7abbdf2ac15c5d4d8c6e4bd332c640bbbb8d8
parent8ad1a7859a426331672ff7f85f1832c17a3ecc85 (diff)
downloadnixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.tar
nixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.tar.gz
nixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.tar.bz2
nixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.tar.lz
nixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.tar.xz
nixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.tar.zst
nixpkgs-8a8a949ffdffa91b6de49310263e6406f101ca32.zip
tlaplusToolbox: deprecate phases
-rw-r--r--pkgs/applications/science/logic/tlaplus/toolbox.nix17
1 files changed, 12 insertions, 5 deletions
diff --git a/pkgs/applications/science/logic/tlaplus/toolbox.nix b/pkgs/applications/science/logic/tlaplus/toolbox.nix
index ef2d97ef6bf..21c60d03ac1 100644
--- a/pkgs/applications/science/logic/tlaplus/toolbox.nix
+++ b/pkgs/applications/science/logic/tlaplus/toolbox.nix
@@ -1,5 +1,13 @@
-{ lib, fetchzip, makeWrapper, makeDesktopItem, stdenv
-, gtk3, libXtst, glib, zlib, wrapGAppsHook
+{ lib
+, fetchzip
+, makeWrapper
+, makeDesktopItem
+, stdenv
+, gtk3
+, libXtst
+, glib
+, zlib
+, wrapGAppsHook
 }:
 
 let
@@ -17,7 +25,8 @@ let
   };
 
 
-in stdenv.mkDerivation rec {
+in
+stdenv.mkDerivation rec {
   pname = "tla-toolbox";
   version = "1.7.1";
   src = fetchzip {
@@ -31,8 +40,6 @@ in stdenv.mkDerivation rec {
 
   dontWrapGApps = true;
 
-  phases = [ "installPhase" ];
-
   installPhase = ''
     runHook preInstall