Commit graph

5 commits

Author SHA1 Message Date
Bart Brouns dc6ec6a4c8 faust: remove double quotes around NIX_CFLAGS_COMPILE and NIX_LDFLAGS
fixes https://travis-ci.org/NixOS/nixpkgs/jobs/147556297#L2705
2016-07-30 11:21:02 +02:00
Robin Gloster 9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
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
Renamed from pkgs/applications/audio/faust/default.nix (Browse further)