Merge pull request #33827 from eqyiel/nextcloud-client-icon-fix
nextcloud-client: fix icon name in desktop file
This commit is contained in:
commit
e18b4e867b
@ -36,7 +36,10 @@ stdenv.mkDerivation rec {
|
|||||||
"-DINOTIFY_INCLUDE_DIR=${inotify-tools}/include"
|
"-DINOTIFY_INCLUDE_DIR=${inotify-tools}/include"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = stdenv.lib.optionalString (withGnomeKeyring) ''
|
postInstall = ''
|
||||||
|
sed -i 's/\(Icon.*\)=nextcloud/\1=Nextcloud/g' \
|
||||||
|
$out/share/applications/nextcloud.desktop
|
||||||
|
'' + stdenv.lib.optionalString (withGnomeKeyring) ''
|
||||||
wrapProgram "$out/bin/nextcloud" \
|
wrapProgram "$out/bin/nextcloud" \
|
||||||
--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libgnome_keyring ]}
|
--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libgnome_keyring ]}
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user