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 committed by Frederik Rietdijk
parent 89f4b3b5d1
commit 1df29ee456
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
];