lilv: hide private dependencies

This is needed for pkg-config --libs lilv-0.
This commit is contained in:
Orivej Desh 2020-03-23 02:02:29 +00:00
parent fb4d3a8535
commit 33631c44fb
2 changed files with 10 additions and 1 deletions

View file

@ -9,8 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "1p3hafsxgs5d4za7n66lf5nz74qssfqpmk520cm7iq2njvvlqm2z";
};
patches = [ ./lilv-pkgconfig.patch ];
nativeBuildInputs = [ pkgconfig python3 wafHook ];
buildInputs = [ lv2 serd sord sratom ];
buildInputs = [ serd sord sratom ];
propagatedBuildInputs = [ lv2 ];
meta = with stdenv.lib; {
homepage = http://drobilla.net/software/lilv;

View file

@ -0,0 +1,6 @@
--- a/lilv.pc.in
+++ b/lilv.pc.in
@@ -9 +9,2 @@ Description: Simple C library for hosting LV2 plugins
-Requires: @LILV_PKG_DEPS@
+Requires: lv2
+Requires.private: @LILV_PKG_DEPS@