1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/applications/audio/faust
Joachim Fasting 2f73decba8 faust2: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/12749

The build failure was caused by brittle detection of the
llvm version. See the code for (excessive) details. This fix
is a quick hack, a proper fix would be to parse the version
of the input llvm derivation and use that to derive a proper
value. Here we just pin the version.

Also move build-time deps to `nativeBuildInputs`.
2016-03-10 15:32:18 +01:00
..
faust1.nix use the sourceforge mirrors everywhere 2016-02-28 12:07:42 +00:00
faust2.nix faust2: fix build 2016-03-10 15:32:18 +01:00
faust2alqt.nix
faust2alsa.nix
faust2csound.nix
faust2firefox.nix
faust2jack.nix
faust2jaqt.nix
faust2lv2.nix