Skip to content

Commit

Permalink
faust2: pin LLVM 18
Browse files Browse the repository at this point in the history
Breaks with newer versions
  • Loading branch information
K900 committed Dec 17, 2024
1 parent 6762d42 commit f75a363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/faust/faust2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
makeWrapper,
pkg-config,
cmake,
llvm,
llvm_18, # does not build with 19+ due to API changes
emscripten,
openssl,
libsndfile,
Expand Down Expand Up @@ -64,7 +64,7 @@ let
which
];
buildInputs = [
llvm
llvm_18
emscripten
openssl
libsndfile
Expand Down

0 comments on commit f75a363

Please sign in to comment.