Skip to content

Commit

Permalink
apache-directory-studio: remove redundant parenthesis
Browse files Browse the repository at this point in the history
(cherry picked from commit d5a5652)
  • Loading branch information
bjornfor committed Mar 7, 2025
1 parent d3c73a3 commit 2fbe493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ap/apache-directory-studio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ stdenv.mkDerivation rec {
"$out/bin/ApacheDirectoryStudio" \
--prefix PATH : "${jdk}/bin" \
--prefix LD_LIBRARY_PATH : ${
lib.makeLibraryPath ([
lib.makeLibraryPath [
glib
webkitgtk_4_0
])
]
} \
--run "mkdir -p /tmp/SWT-GDBusServer"
install -D icon.xpm "$out/share/pixmaps/apache-directory-studio.xpm"
Expand Down

0 comments on commit 2fbe493

Please sign in to comment.