1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gvfs: 1.40.2 → 1.42.0

Non-gnome build now require gnome-desktop-schemas
This commit is contained in:
Tor Hedin Brønner 2019-09-02 16:44:15 +00:00
parent 5f6c07f390
commit ad19a11ddf

View file

@ -14,7 +14,7 @@
, libgphoto2
, avahi
, libarchive
, fuse
, fuse3
, libcdio
, libxml2
, libxslt
@ -36,15 +36,16 @@
, libsecret
, libgdata
, python3
, gsettings-desktop-schemas
}:
stdenv.mkDerivation rec {
pname = "gvfs";
version = "1.40.2";
version = "1.42.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "07lpcfric3h0302n9b1pwa38mjb76r9s98kg2867y2d1qvzfivxx";
sha256 = "1wbc0qsa97ihpn24fqvl7zwxy0zy20ggakm7vn6vnm7vxsf8v5fh";
};
postPatch = ''
@ -76,7 +77,7 @@ stdenv.mkDerivation rec {
libgphoto2
avahi
libarchive
fuse
fuse3
libcdio
samba
libmtp
@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
libcdio-paranoia
libnfs
openssh
gsettings-desktop-schemas
# TODO: a ligther version of libsoup to have FTP/HTTP support?
] ++ stdenv.lib.optionals gnomeSupport [
gnome3.libsoup