3
0
Fork 0
forked from mirrors/nixpkgs

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