Skip to content

Commit

Permalink
ardour_7: fix dependencies
Browse files Browse the repository at this point in the history
`ardour_7` had an outdated dependency on `librdf_raptor`, which this
patch removes in favour of propagated build inputs from `librdf_rasqual`.

Also pins `boost` to version 1.83, to avoid a build failure due to a
newly added overload in `boost` 1.85.
  • Loading branch information
korrat committed Jan 4, 2025
1 parent 01463b1 commit 608501a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/audio/ardour/7.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
fetchpatch2,
alsa-lib,
aubio,
boost,
boost183,
cairomm,
cppunit,
curl,
Expand All @@ -28,7 +28,6 @@
liblo,
libogg,
libpulseaudio,
librdf_raptor,
librdf_rasqal,
libsamplerate,
libsigcxx,
Expand Down Expand Up @@ -122,7 +121,7 @@ stdenv.mkDerivation rec {
[
alsa-lib
aubio
boost
boost183
cairomm
cppunit
curl
Expand All @@ -139,7 +138,6 @@ stdenv.mkDerivation rec {
liblo
libogg
libpulseaudio
librdf_raptor
librdf_rasqal
libsamplerate
libsigcxx
Expand Down

0 comments on commit 608501a

Please sign in to comment.