gnome3.gnome-user-share: fix build (ZHF)
Binary was splitted in webdav and bluetooth component. See
d6eb26cca2
This commit is contained in:
parent
05a4733558
commit
a36be69832
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue