gvfs: Rely on XML_CATALOG_FILES variable

This commit is contained in:
Jan Tojnar 2017-11-08 01:11:54 +01:00
parent e51c2a5d45
commit c8b58a47fc
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, intltool, libtool
, glib, dbus, udev, libgudev, udisks2, libgcrypt, libcap, polkit
, libgphoto2, avahi, libarchive, fuse, libcdio, file, bzip2, lzma
, libxml2, libxslt, docbook_xsl, samba, libmtp
, libxml2, libxslt, docbook_xsl, docbook_xml_dtd_42, samba, libmtp
, gnomeSupport ? false, gnome, makeWrapper }:
let
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig intltool libtool file makeWrapper
libxml2 libxslt docbook_xsl
libxml2 libxslt docbook_xsl docbook_xml_dtd_42
];
buildInputs =