tepl: Propagate required dependencies

If dependencies are listed in Requires field of the pc file, they need to be available in consumers in order for pkg-config to find the dependent library.
This commit is contained in:
Jan Tojnar 2020-03-13 17:42:59 +01:00
parent 30ef9b92fa
commit 4825cf9ebb
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -16,8 +16,11 @@ in stdenv.mkDerivation {
];
buildInputs = [
amtk
libxml2
];
propagatedBuildInputs = [
amtk
gtksourceview4
libuchardet
gtk3