Skip to content

Commit

Permalink
ardour_7: fix dependencies (NixOS#370642)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Jan 4, 2025
2 parents fb037c1 + a28c17d commit c87e3c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/applications/audio/ardour/7.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
liblo,
libogg,
libpulseaudio,
librdf_raptor,
librdf_rasqal,
libsamplerate,
libsigcxx,
Expand Down Expand Up @@ -94,6 +93,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/Ardour/ardour/commit/338cd09a4aa1b36b8095dfc14ab534395f9a4a92.patch?full_index=1";
hash = "sha256-AvV4aLdkfrxPkE4NX2ETSagq4GjEC+sHCEqdcYvL+CY=";
})

# Fix build with boost >= 1.85
(fetchpatch {
url = "https://github.com/Ardour/ardour/commit/f94bde59d740d65e67c5cd13af4d7ea51453aeaa.patch";
hash = "sha256-dGRjkdF3REkANytDR17wIh8J2+AcLFmV4tKZied/OZg=";
})
];

# Ardour's wscript requires git revision and date to be available.
Expand Down Expand Up @@ -139,7 +144,6 @@ stdenv.mkDerivation rec {
liblo
libogg
libpulseaudio
librdf_raptor
librdf_rasqal
libsamplerate
libsigcxx
Expand Down

0 comments on commit c87e3c7

Please sign in to comment.