about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-11-26 13:16:43 +0100
committerGitHub <noreply@github.com>2022-11-26 13:16:43 +0100
commit16817d4653a581906fec2cd9624c5acbddfcc6fa (patch)
tree78cd941ac7bed086312f796333bb74182c6a7385 /pkgs/applications/file-managers
parentf585db1cf4ecc8c6582c7584b35b253004d0c74a (diff)
parentbfd0306a32c5422257ef1c7b8d6a8fbbce43b71a (diff)
Merge pull request #202963 from dotlambda/mucommander-jdk17
Diffstat (limited to 'pkgs/applications/file-managers')
-rw-r--r--pkgs/applications/file-managers/mucommander/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/file-managers/mucommander/default.nix b/pkgs/applications/file-managers/mucommander/default.nix
index 5e474f81f1877..d9d570db6aa32 100644
--- a/pkgs/applications/file-managers/mucommander/default.nix
+++ b/pkgs/applications/file-managers/mucommander/default.nix
@@ -5,7 +5,7 @@
 , perl
 , makeWrapper
 , writeText
-, jdk11
+, jdk
 , gsettings-desktop-schemas
 }:
 
@@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
 
     makeWrapper $out/share/mucommander/mucommander.sh $out/bin/mucommander \
       --prefix XDG_DATA_DIRS : ${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name} \
-      --set JAVA_HOME ${jdk11}
+      --set JAVA_HOME ${jdk}
   '';
 
   meta = with lib; {