gnome3.gnome-user-share: fix build (ZHF)
Binary was splitted in webdav and bluetooth component. See https://github.com/GNOME/gnome-user-share/commit/d6eb26cca2c96a92f7420407229c0a332b4dc439
This commit is contained in:
@@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
wrapProgram "$out/libexec/gnome-user-share" \
|
||||
wrapProgram "$out/libexec/gnome-user-share-webdav" \
|
||||
--set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" \
|
||||
--prefix XDG_DATA_DIRS : "$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user