mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
gvfs: 1.52.2 → 1.54.0
https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.52.2...1.54.0 Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
parent
47d9ca61ef
commit
5456fd2061
@ -29,7 +29,7 @@
|
||||
, libmtp
|
||||
, gnomeSupport ? false
|
||||
, gnome
|
||||
, gcr
|
||||
, gcr_4
|
||||
, glib-networking
|
||||
, gnome-online-accounts
|
||||
, wrapGAppsHook
|
||||
@ -40,17 +40,19 @@
|
||||
, openssh
|
||||
, libsecret
|
||||
, libgdata
|
||||
, libmsgraph
|
||||
, python3
|
||||
, python3Packages
|
||||
, gsettings-desktop-schemas
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gvfs";
|
||||
version = "1.52.2";
|
||||
version = "1.54.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor version}/gvfs-${version}.tar.xz";
|
||||
hash = "sha256-pkOs6qBTyqwNjv+aAV9jbkvRuwnP4nhk40fbZ0YOe5E=";
|
||||
hash = "sha256-9T2B34bC6GzdJRgsLYpmmiI3HoNiPe0bnVQW3Pxt42Y=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -100,11 +102,12 @@ stdenv.mkDerivation rec {
|
||||
polkit
|
||||
libcdio-paranoia
|
||||
] ++ lib.optionals gnomeSupport [
|
||||
gcr
|
||||
gcr_4
|
||||
glib-networking # TLS support
|
||||
gnome-online-accounts
|
||||
libsecret
|
||||
libgdata
|
||||
libmsgraph
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
@ -126,6 +129,7 @@ stdenv.mkDerivation rec {
|
||||
"-Dgoa=false"
|
||||
"-Dkeyring=false"
|
||||
"-Dgoogle=false"
|
||||
"-Donedrive=false"
|
||||
] ++ lib.optionals (avahi == null) [
|
||||
"-Ddnssd=false"
|
||||
] ++ lib.optionals (samba == null) [
|
||||
|
Loading…
Reference in New Issue
Block a user