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:
Jan Tojnar 2021-03-12 19:45:39 +01:00
parent 165e0ccebd
commit 6eed4a89f6
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 4 additions and 1 deletions

View File

@ -34,9 +34,12 @@ stdenv.mkDerivation rec {
];
buildInputs = [
glib
libgudev
libmbim
];
propagatedBuildInputs = [
glib
libqrtr-glib
];