gnome3.gvfs: fix eval with allowAliases = false

This commit is contained in:
Jan Tojnar 2019-09-02 13:06:06 +02:00
parent f5a54f388c
commit 6fabbe513b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -25,6 +25,7 @@
, gnomeSupport ? false , gnomeSupport ? false
, gnome3 , gnome3
, gcr , gcr
, gnome-online-accounts
, wrapGAppsHook , wrapGAppsHook
, libimobiledevice , libimobiledevice
, libbluray , libbluray
@ -85,15 +86,15 @@ stdenv.mkDerivation rec {
libcdio-paranoia libcdio-paranoia
libnfs libnfs
openssh openssh
# ToDo: a ligther version of libsoup to have FTP/HTTP support? # TODO: a ligther version of libsoup to have FTP/HTTP support?
] ++ stdenv.lib.optionals gnomeSupport (with gnome3; [ ] ++ stdenv.lib.optionals gnomeSupport [
libsoup gnome3.libsoup
gcr gcr
glib-networking # TLS support gnome3.glib-networking # TLS support
gnome-online-accounts gnome-online-accounts
libsecret libsecret
libgdata libgdata
]); ];
mesonFlags = [ mesonFlags = [
"-Dsystemduserunitdir=${placeholder "out"}/lib/systemd/user" "-Dsystemduserunitdir=${placeholder "out"}/lib/systemd/user"