summary refs log tree commit diff
path: root/pkgs/applications/audio/magnetophonDSP/shelfMultiBand/default.nix
Commit message (Collapse)AuthorAge
* fix faust2jaqt packages:Bart Brouns2023-05-18
| | | | | copy both the binary and the wrapper dontWrapQtApps = true;
* treewide: add missing lib inputssternenseemann2021-03-03
| | | | | | | | | | | | 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
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* magnetophonDSP: remove workarounds for:Bart Brouns2018-01-26
| | | | | https://bitbucket.org/agraef/faust-lv2/issues/10/tabs-break-lv2s https://bitbucket.org/agraef/faust-lv2/issues/7/scale-log-breaks-plugins
* magnetophonDSP: update to new faust librariesBart Brouns2016-11-07