Merge pull request #119738 from bachp/cryptomator-desktop

cryptomator: fix desktop integration

authored by Sandro and committed by GitHub 0a5f5bab d1bbef41

+1 -1
+1 -1
pkgs/tools/security/cryptomator/default.nix
··· 75 --set JAVA_HOME "${jre.home}" 76 77 # install desktop entry and icons 78 - cp -r ${icons}/resources/appimage/AppDir/usr $out/ 79 ''; 80 81 nativeBuildInputs = [ autoPatchelfHook maven makeWrapper wrapGAppsHook jdk ];
··· 75 --set JAVA_HOME "${jre.home}" 76 77 # install desktop entry and icons 78 + cp -r ${icons}/resources/appimage/AppDir/usr/* $out/ 79 ''; 80 81 nativeBuildInputs = [ autoPatchelfHook maven makeWrapper wrapGAppsHook jdk ];