pkgsMusl.umockdev: fix build
This commit is contained in:
parent
cc0084d4e1
commit
605d194842
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
, lib
|
, lib
|
||||||
, docbook-xsl-nons
|
, docbook-xsl-nons
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk-doc
|
, gtk-doc
|
||||||
|
@ -42,6 +43,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
src = ./substitute-udevadm.patch;
|
src = ./substitute-udevadm.patch;
|
||||||
udevadm = "${systemdMinimal}/bin/udevadm";
|
udevadm = "${systemdMinimal}/bin/udevadm";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(fetchpatch {
|
||||||
|
name = "musl.patch";
|
||||||
|
url = "https://github.com/martinpitt/umockdev/commit/d4efe24be59bd859b87473ea3d7efe8100bedc74.patch";
|
||||||
|
hash = "sha256-whf3p2e7FWN1xk5+HF9KsbMW74DPOQ0R0+FxBfCZTX0=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue