lilv: hide private dependencies
This is needed for pkg-config --libs lilv-0.
This commit is contained in:
parent
fb4d3a8535
commit
33631c44fb
@ -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;
|
||||
|
@ -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@
|
Loading…
Reference in New Issue
Block a user