Merge pull request #127265 from alyssais/libmbim-cross

This commit is contained in:
Sandro 2021-06-18 12:00:00 +02:00 committed by GitHub
commit f66f501509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
{ lib, stdenv
, fetchurl
, pkg-config
, gobject-introspection
, glib
, python3
, systemd
, libgudev
, withIntrospection ? stdenv.hostPlatform == stdenv.buildPlatform
, gobject-introspection
}:
stdenv.mkDerivation rec {
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-udev-base-dir=${placeholder "out"}/lib/udev"
"--enable-introspection"
(lib.enableFeature withIntrospection "introspection")
];
nativeBuildInputs = [