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:
parent
30ef9b92fa
commit
4825cf9ebb
1 changed files with 4 additions and 1 deletions
|
@ -16,8 +16,11 @@ in stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
amtk
|
|
||||||
libxml2
|
libxml2
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
amtk
|
||||||
gtksourceview4
|
gtksourceview4
|
||||||
libuchardet
|
libuchardet
|
||||||
gtk3
|
gtk3
|
||||||
|
|
Loading…
Reference in a new issue