gnome3.gvfs: fix eval with allowAliases = false
This commit is contained in:
parent
f5a54f388c
commit
6fabbe513b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user