mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
cryptomator: fix desktop integration
Move the .desktop files from usr/share to share.
This commit is contained in:
parent
c27aea5e87
commit
fd478d01df
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user