gvfs: 1.58.4 → 1.60.0
https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.58.4...1.60.0
This commit is contained in:
@@ -39,21 +39,18 @@
|
||||
libnfs,
|
||||
openssh,
|
||||
libsecret,
|
||||
libgdata,
|
||||
libmsgraph,
|
||||
python3,
|
||||
gsettings-desktop-schemas,
|
||||
googleSupport ? false, # dependency on vulnerable libsoup versions
|
||||
}:
|
||||
|
||||
assert googleSupport -> gnomeSupport;
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gvfs";
|
||||
version = "1.58.4";
|
||||
version = "1.60.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor finalAttrs.version}/gvfs-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-5xJL7HJOJlrQ7gC6on2NUVzx3dzxAmOL5nueJZybBA0=";
|
||||
hash = "sha256-ZIJz8GnpLH48ATuSFI6CyQHwgETis7FMbPvVImn2tkY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -109,9 +106,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gnome-online-accounts
|
||||
libsecret
|
||||
libmsgraph
|
||||
]
|
||||
++ lib.optionals googleSupport [
|
||||
libgdata
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
@@ -136,9 +130,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-Dkeyring=false"
|
||||
"-Donedrive=false"
|
||||
]
|
||||
++ lib.optionals (!googleSupport) [
|
||||
"-Dgoogle=false"
|
||||
]
|
||||
++ lib.optionals (avahi == null) [
|
||||
"-Ddnssd=false"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user