Commit c4a76fc3 authored by Korrat's avatar Korrat
Browse files

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`.
parent 01463b17
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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