libqmi: enable introspection
Also stop using pkg-config alias
This commit is contained in:
parent
adff8a2ee9
commit
a978b11516
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, glib, python3, libgudev, libmbim }:
|
||||
{ stdenv, fetchurl, pkg-config, gobject-introspection, glib, python3, libgudev, libmbim }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libqmi";
|
||||
|
@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [
|
||||
"--with-udev-base-dir=${placeholder "out"}/lib/udev"
|
||||
"--enable-introspection"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
gobject-introspection
|
||||
python3
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue