volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
c0bw3b
0f868d8116
Treewide: use HTTPS on SourceForge
2018-12-02 15:33:08 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
xeji
44f3a1dd41
faust2: fix build with llvm 5.0.2 ( #40672 )
...
build was broken by llvm: 5.0.1 -> 5.0.2 (#39979 )
(cherry picked from commit a16c31244b904cb0ee152eca2c0c01c3be0fdc7f)
2018-06-05 23:01:44 +02:00
Bart Brouns
156dfd6eae
faust: add more faust2appl scripts
2018-04-09 14:38:37 +02:00
Bart Brouns
9c7e9ef023
faust: 2.5.21 -> 2.5.23
2018-03-13 19:47:14 +01:00
Bart Brouns
9f6f253393
faust: 2.5.10 -> 2.5.21
2018-02-12 21:29:49 +01:00
Bart Brouns
ad566a0c57
faust2: 2.1.0 -> 2.5.10
2018-01-23 00:42:37 +01:00
John Ericson
1b3581b7ba
faust: Fix nativeBuildInputs indent
2017-09-21 15:49:54 -04:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Bart Brouns
d454675ef6
faust: 2.0.a51 -> 2.1.0
2017-06-19 09:37:48 +02:00
Bart Brouns
77afa8e6b7
faust2: 2.0-a41 -> 2.0.a51
2016-11-07 13:49:31 +01:00
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