Skip to content

Commit

Permalink
fixup! nixos/phoebus: add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Daniel-Thomas committed Dec 9, 2024
1 parent 2643af5 commit d63ad3d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pkgs/epnix/tools/phoebus/client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ stdenv.mkDerivation {
dontConfigure = true;

installPhase = ''
runHook preInstall
# This wrapper for the `phoebus-unwrapped` executable sets the `JAVA_OPTS`
Expand All @@ -40,7 +39,6 @@ stdenv.mkDerivation {
categories = [
# Main
"Office"

# Additional
"Java"
"Viewer"
Expand All @@ -49,14 +47,6 @@ stdenv.mkDerivation {
];

meta = {
inherit
(epnix.phoebus-unwrapped.meta)
description
homepage
platforms
license
maintainers
mainProgram
;
inherit (epnix.phoebus-unwrapped) meta;
};
}

0 comments on commit d63ad3d

Please sign in to comment.