sord: propagate dependence on serd
sord.h includes serd.h
This commit is contained in:
parent
33631c44fb
commit
8926682673
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig python3 wafHook ];
|
nativeBuildInputs = [ pkgconfig python3 wafHook ];
|
||||||
buildInputs = [ serd pcre ];
|
buildInputs = [ pcre ];
|
||||||
|
propagatedBuildInputs = [ serd ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://drobilla.net/software/sord;
|
homepage = http://drobilla.net/software/sord;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user