mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
udisks2: fix tests
This commit is contained in:
parent
63776f5375
commit
1de8610ed2
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user