From 95cafc46cc55a84fe3f7b02f45591fd74eea6634 Mon Sep 17 00:00:00 2001 From: Korrat Date: Sun, 29 Dec 2024 09:58:10 +0100 Subject: [PATCH] ardour: switch to librdf_raptor2 Since both lrdf and librdf_rasqal propagate librdf_raptor2, this patch removes the direct dependency. --- pkgs/applications/audio/ardour/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix index b81b3a1283d38..f923356b5604e 100644 --- a/pkgs/applications/audio/ardour/default.nix +++ b/pkgs/applications/audio/ardour/default.nix @@ -29,7 +29,6 @@ , libltc , libogg , libpulseaudio -, librdf_raptor , librdf_rasqal , libsamplerate , libsigcxx @@ -133,7 +132,6 @@ stdenv.mkDerivation rec { libltc libogg libpulseaudio - librdf_raptor librdf_rasqal libsamplerate libsigcxx