sonic-visualiser: use propagated build inputs

With nixpkgs switching to gcc 14 in stdenv recently, the newly enabled-
by-default `-Wincompatible-pointer-types` causes a build failure for
`sonic-visualiser`. This is due to a dependency on an outdated
`librdf_raptor` instead of the current `librdf_raptor`.

This patch removes the explicit dependency on `librdf_raptor` and
`librdf_rasqal` in favor of propagated build inputs from `redland`.
This commit is contained in:
Korrat
2025-01-03 13:23:54 +01:00
parent 01463b17bc
commit c4a76fc301
@@ -12,8 +12,6 @@
liblo,
libmad,
lrdf,
librdf_raptor,
librdf_rasqal,
libsamplerate,
libsndfile,
pkg-config,
@@ -65,8 +63,6 @@ stdenv.mkDerivation rec {
libsamplerate
vamp-plugin-sdk
alsa-lib
librdf_raptor
librdf_rasqal
redland
serd
sord