udisks2: fix tests

This commit is contained in:
Tor Hedin Brønner
2020-02-09 06:39:54 +01:00
committed by Jan Tojnar
parent 63776f5375
commit 1de8610ed2

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, substituteAll, libtool, pkgconfig, gettext, gnused
{ stdenv, fetchFromGitHub, fetchpatch, 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, autoconf, automake
@@ -37,6 +37,12 @@ stdenv.mkDerivation rec {
xfsprogs ntfs3g parted utillinux
];
})
# Fix tests: https://github.com/storaged-project/udisks/issues/724
(fetchpatch {
url = "https://github.com/storaged-project/udisks/commit/60a0c1c967821d317046d9494e45b9a8e4e7a1c1.patch";
sha256 = "tWl49mSc1zDyB3kV6SKlhHFPi/Kg7mg6OWDlY7vGj2Y=";
})
];
nativeBuildInputs = [