about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-19 05:05:28 +0200
committerGitHub <noreply@github.com>2021-04-19 05:05:28 +0200
commit0a5f5bab0e08e968ef25cff393312aa51a3512cf (patch)
tree3012de52236a96eff4c29a259fc7a603f42ffa00
parentd1bbef4135012a773bf06e7988842a1326d5fc8e (diff)
parentfd478d01df453e9c86b6959577ad951bf93a72dd (diff)
Merge pull request #119738 from bachp/cryptomator-desktop
cryptomator: fix desktop integration
-rw-r--r--pkgs/tools/security/cryptomator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/cryptomator/default.nix b/pkgs/tools/security/cryptomator/default.nix
index 1cc0045a5b243..465e05077b2a8 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 ];