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.
wip/yesman
Jan Tojnar 4 years ago
parent 30ef9b92fa
commit 4825cf9ebb
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 5
      pkgs/development/libraries/tepl/default.nix

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

Loading…
Cancel
Save