From d63ad3d885be87b30059e600b2c1079cdc6ef4a5 Mon Sep 17 00:00:00 2001 From: Matthieu Daniel-Thomas Date: Mon, 9 Dec 2024 09:56:56 +0100 Subject: [PATCH] fixup! nixos/phoebus: add modules --- pkgs/epnix/tools/phoebus/client/default.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pkgs/epnix/tools/phoebus/client/default.nix b/pkgs/epnix/tools/phoebus/client/default.nix index 343e51e..95a08ef 100644 --- a/pkgs/epnix/tools/phoebus/client/default.nix +++ b/pkgs/epnix/tools/phoebus/client/default.nix @@ -20,7 +20,6 @@ stdenv.mkDerivation { dontConfigure = true; installPhase = '' - runHook preInstall # This wrapper for the `phoebus-unwrapped` executable sets the `JAVA_OPTS` @@ -40,7 +39,6 @@ stdenv.mkDerivation { categories = [ # Main "Office" - # Additional "Java" "Viewer" @@ -49,14 +47,6 @@ stdenv.mkDerivation { ]; meta = { - inherit - (epnix.phoebus-unwrapped.meta) - description - homepage - platforms - license - maintainers - mainProgram - ; + inherit (epnix.phoebus-unwrapped) meta; }; }