about summary refs log tree commit diff
path: root/pkgs/applications/audio/magnetophonDSP/VoiceOfFaust
AgeCommit message (Collapse)AuthorFilesLines
2023-11-20VoiceOfFaust: 1.1.4 -> 1.1.5Bart Brouns1-28/+11
2023-05-18fix faust2jaqt packages:Bart Brouns1-4/+4
copy both the binary and the wrapper dontWrapQtApps = true;
2021-03-03treewide: add missing lib inputssternenseemann1-1/+1
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-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-03-03VoiceOfFaust: fix pitchTracker (#23394)Bart Brouns1-1/+1
2016-11-07magnetophonDSP: update to new faust librariesBart Brouns1-0/+56