Felix Buehler
3bc5196252
treewide: rename name to pname&version
2022-03-23 22:55:50 +01:00
sternenseemann
be003e3a62
magnetophonDSP.MBdistortion: fix build
...
Apply upstream patch fixing the issue observed in nixpkgs previously.
Resolves #114854 . Thanks to Marek Fajkus for fixing this up and
reporting back.
2021-03-20 11:43:06 -04:00
sternenseemann
6f2fbf5f0b
treewide: add missing lib inputs
...
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:
find "$NIXPKGS" -name '*.nix' \
-and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
-and ! -path '$NIXPKGS/.git/**' \
-print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Bart Brouns
bbe7624175
faust2: 2.20.2 -> unstable-2020-03-20 ( #82650 )
...
The latest release has a bug that makes it unable
to compile all of its own libraries:
https://github.com/grame-cncm/faust/issues/406
2020-03-26 07:32:01 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Bart Brouns
f59ea00c80
magnetophonDSP: remove workarounds for:
...
https://bitbucket.org/agraef/faust-lv2/issues/10/tabs-break-lv2s
https://bitbucket.org/agraef/faust-lv2/issues/7/scale-log-breaks-plugins
2018-01-26 16:53:52 +01:00
Bart Brouns
c002b886c0
faustCompressors: 1.1.1 -> 1.2
2017-06-16 13:18:19 +02:00
Bart Brouns
3d3096b229
VoiceOfFaust: fix pitchTracker ( #23394 )
2017-03-03 16:52:55 +01:00
Bart Brouns
f63c179b0b
magnetophonDSP: update to new faust libraries
2016-11-07 14:06:35 +01:00