Skip to content

Commit

Permalink
fixup! phoebus-client: add a wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Daniel-Thomas committed Nov 8, 2024
1 parent 78bf36d commit 0a74f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/epnix/tools/phoebus/client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation {
runHook preInstall
# This wrapper for the `phoebus-unwrapped` executable sets the `JAVA_OPTS`
makeWrapper "${lib.getExe epnix.phoebus-unwrapped}" "$out/bin/$name" \
makeWrapper "${lib.getExe epnix.phoebus-unwrapped}" "$out/bin/$pname" \
--prefix JAVA_OPTS ":" "${java_opts}"
runHook postInstall
Expand Down

0 comments on commit 0a74f8e

Please sign in to comment.