From c4a76fc3012da7e17db0487efbbfacb8458858db Mon Sep 17 00:00:00 2001 From: Korrat Date: Thu, 2 Jan 2025 18:05:40 +0100 Subject: [PATCH] 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`. --- pkgs/applications/audio/sonic-visualiser/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/audio/sonic-visualiser/default.nix b/pkgs/applications/audio/sonic-visualiser/default.nix index 8f6a6e6f4cc7..636b902520d1 100644 --- a/pkgs/applications/audio/sonic-visualiser/default.nix +++ b/pkgs/applications/audio/sonic-visualiser/default.nix @@ -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