summary refs log tree commit diff
path: root/pkgs/tools/security/cryptomator
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2021-04-17 20:24:38 +0200
committerPascal Bach <pascal.bach@nextrem.ch>2021-04-17 20:25:57 +0200
commitfd478d01df453e9c86b6959577ad951bf93a72dd (patch)
tree8e5e9653d5fb436b174a263dabe8b9d14130231f /pkgs/tools/security/cryptomator
parentc27aea5e879748c79acf3b6681194fcf184e3eba (diff)
downloadnixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.tar
nixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.tar.gz
nixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.tar.bz2
nixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.tar.lz
nixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.tar.xz
nixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.tar.zst
nixpkgs-fd478d01df453e9c86b6959577ad951bf93a72dd.zip
cryptomator: fix desktop integration
Move the .desktop files from usr/share to share.
Diffstat (limited to 'pkgs/tools/security/cryptomator')
-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 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 ];