Merge pull request #57495 from r-ryantm/auto-update/udisks
udisks: 2.8.1 -> 2.8.2
This commit is contained in:
commit
7785df3b90
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, substituteAll, libtool, pkgconfig, intltool, gnused
|
{ stdenv, fetchFromGitHub, substituteAll, libtool, pkgconfig, gettext, gnused
|
||||||
, gnome3, gtk-doc, acl, systemd, glib, libatasmart, polkit, coreutils, bash
|
, gtk-doc, acl, systemd, glib, libatasmart, polkit, coreutils, bash, which
|
||||||
, expat, libxslt, docbook_xsl, utillinux, mdadm, libgudev, libblockdev, parted
|
, 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
|
, xfsprogs, f2fs-tools, dosfstools, e2fsprogs, btrfs-progs, exfat, nilfs-utils, ntfs3g
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.8.1";
|
version = "2.8.2";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "udisks-${version}";
|
name = "udisks-${version}";
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
|
|||||||
owner = "storaged-project";
|
owner = "storaged-project";
|
||||||
repo = "udisks";
|
repo = "udisks";
|
||||||
rev = name;
|
rev = name;
|
||||||
sha256 = "073iqa0pwa7ab0qw33h3ic89508a78incmg6rq914d6br7s030zy";
|
sha256 = "000xf99id1f6w8l20jxm3f2g32v9wx68rzv6q2bwrfz6vmy76xwy";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "dev" "devdoc" ];
|
outputs = [ "out" "man" "dev" "devdoc" ];
|
||||||
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
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
|
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
|
expat libgudev libblockdev acl systemd glib libatasmart polkit
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-gtk-doc"
|
"--enable-gtk-doc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user