libqmi: propagate requireds
glib and libqrtr-glib are listed in the Requires field of the pkg-config file so we need to propagate them in order for depenents to be able to use this library.
This commit is contained in:
parent
165e0ccebd
commit
6eed4a89f6
|
@ -34,9 +34,12 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
|
||||||
libgudev
|
libgudev
|
||||||
libmbim
|
libmbim
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
glib
|
||||||
libqrtr-glib
|
libqrtr-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue