sord: propagate dependence on serd

sord.h includes serd.h
This commit is contained in:
Orivej Desh 2020-03-23 02:07:43 +00:00
parent 33631c44fb
commit 8926682673

View file

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig python3 wafHook ];
buildInputs = [ serd pcre ];
buildInputs = [ pcre ];
propagatedBuildInputs = [ serd ];
meta = with stdenv.lib; {
homepage = http://drobilla.net/software/sord;