Merge pull request #57495 from r-ryantm/auto-update/udisks

udisks: 2.8.1 -> 2.8.2
This commit is contained in:
Will Dietz 2019-03-18 12:49:29 -05:00 committed by GitHub
commit 7785df3b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, substituteAll, libtool, pkgconfig, intltool, gnused
, gnome3, gtk-doc, acl, systemd, glib, libatasmart, polkit, coreutils, bash
{ stdenv, fetchFromGitHub, substituteAll, libtool, pkgconfig, gettext, gnused
, gtk-doc, acl, systemd, glib, libatasmart, polkit, coreutils, bash, which
, expat, libxslt, docbook_xsl, utillinux, mdadm, libgudev, libblockdev, parted
, gobject-introspection, docbook_xml_dtd_412, docbook_xml_dtd_43
, gobject-introspection, docbook_xml_dtd_412, docbook_xml_dtd_43, autoconf, automake
, xfsprogs, f2fs-tools, dosfstools, e2fsprogs, btrfs-progs, exfat, nilfs-utils, ntfs3g
}:
let
version = "2.8.1";
version = "2.8.2";
in stdenv.mkDerivation rec {
name = "udisks-${version}";
@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
owner = "storaged-project";
repo = "udisks";
rev = name;
sha256 = "073iqa0pwa7ab0qw33h3ic89508a78incmg6rq914d6br7s030zy";
sha256 = "000xf99id1f6w8l20jxm3f2g32v9wx68rzv6q2bwrfz6vmy76xwy";
};
outputs = [ "out" "man" "dev" "devdoc" ];
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
];
nativeBuildInputs = [
pkgconfig gnome3.gnome-common libtool intltool gobject-introspection
autoconf automake pkgconfig libtool gettext which gobject-introspection
gtk-doc libxslt docbook_xml_dtd_412 docbook_xml_dtd_43 docbook_xsl
];
@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
expat libgudev libblockdev acl systemd glib libatasmart polkit
];
preConfigure = "./autogen.sh";
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
configureFlags = [
"--enable-gtk-doc"