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 = [
|
||||
amtk
|
||||
libxml2
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
amtk
|
||||
gtksourceview4
|
||||
libuchardet
|
||||
gtk3
|
||||
|
|
Loading…
Reference in a new issue