Commit graph

13 commits

Author SHA1 Message Date
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
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Bart Brouns f357b6eb2b faust: update faust1, rename default.nix->faust2.nix 2016-02-06 13:26:31 +01:00
Bart Brouns cec8303926 faust: add version 2 and make it the default 2015-11-17 15:29:45 +01:00
William A. Kennington III 7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
Patrick Mahoney 7503d606e4 faust: add various faust2appl scripts 2015-03-23 12:01:54 -05:00
Patrick Mahoney 04c96957ca faust: refactored derivation 2015-03-23 12:01:53 -05:00
Patrick Mahoney 7f5dd21bc3 Remove faust. 2015-03-23 12:01:53 -05:00
Bart Brouns b4f88bf62a fully functional faust2jack.
had to upgrade to faust git version, because of bug in 0.9.67
2015-01-08 13:53:16 +01:00
Bart Brouns cfe24446a4 Fully functional faust, faust2alsa and faust2alsaconsole 2014-11-27 13:23:13 +01:00
Bart Brouns 0168c1ba19 faust: rename to faust-compiler (close #5113)
@vcunat adjusted coding style slightly.
2014-11-24 22:00:58 +01:00
Bart Brouns 3e714701e5 remove unused stuff
leave only faust itself, it's libraries, and cpp architecture files that
can be used as examples.
2014-11-24 08:07:27 +01:00
Bart Brouns 0edc635d80 Add faust, the functional audio stream programming language 2014-11-24 05:27:56 +01:00