librest_1_0: propagate dependencies from Requires

pkg-config will not be able to find rest-1.0 otherwise.
This commit is contained in:
Jan Tojnar 2022-07-24 23:42:50 +02:00
parent b2f369ade2
commit 88aa798487

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
gobject-introspection
];
buildInputs = [
propagatedBuildInputs = [
glib
json-glib
libsoup_3