Commit graph

7 commits

Author SHA1 Message Date
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
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
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 f63c179b0b magnetophonDSP: update to new faust libraries 2016-11-07 14:06:35 +01:00