libgudev: add gobjectIntrospection to nativeBuildInputs
This commit is contained in:
parent
e28a586f94
commit
b6b8cdd43f
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, udev, glib, gnome3 }:
|
{ stdenv, fetchurl, pkgconfig, udev, glib, gobjectIntrospection, gnome3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "libgudev";
|
pname = "libgudev";
|
||||||
@ -6,12 +6,14 @@ in stdenv.mkDerivation rec {
|
|||||||
name = "libgudev-${version}";
|
name = "libgudev-${version}";
|
||||||
version = "232";
|
version = "232";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||||
sha256 = "ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860";
|
sha256 = "ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig gobjectIntrospection ];
|
||||||
buildInputs = [ udev glib ];
|
buildInputs = [ udev glib ];
|
||||||
|
|
||||||
# There's a dependency cycle with umockdev and the tests fail to LD_PRELOAD anyway.
|
# There's a dependency cycle with umockdev and the tests fail to LD_PRELOAD anyway.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user