From fd478d01df453e9c86b6959577ad951bf93a72dd Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Sat, 17 Apr 2021 20:24:38 +0200 Subject: [PATCH] cryptomator: fix desktop integration Move the .desktop files from usr/share to share. --- pkgs/tools/security/cryptomator/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/cryptomator/default.nix b/pkgs/tools/security/cryptomator/default.nix index 1cc0045a5b2..465e05077b2 100644 --- a/pkgs/tools/security/cryptomator/default.nix +++ b/pkgs/tools/security/cryptomator/default.nix @@ -75,7 +75,7 @@ in stdenv.mkDerivation rec { --set JAVA_HOME "${jre.home}" # install desktop entry and icons - cp -r ${icons}/resources/appimage/AppDir/usr $out/ + cp -r ${icons}/resources/appimage/AppDir/usr/* $out/ ''; nativeBuildInputs = [ autoPatchelfHook maven makeWrapper wrapGAppsHook jdk ];