summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-11-01 02:03:41 +0100
committerBart Brouns <bart@magnetophon.nl>2016-11-01 02:03:41 +0100
commitd525f2062fda3225bac8a521ec6e4b5027b06fc5 (patch)
tree3b619cab17c655a756ecba14d82b318894f13745 /pkgs/applications/audio
parentecbb932957a92212423eb4fa3ea29ae0ba272ef6 (diff)
downloadnixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.tar
nixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.tar.gz
nixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.tar.bz2
nixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.tar.lz
nixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.tar.xz
nixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.tar.zst
nixpkgs-d525f2062fda3225bac8a521ec6e4b5027b06fc5.zip
audacity: add jack and lv2 capabilities
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/audacity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index b31cecffbd1..cc96f6dbbb3 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, wxGTK30, pkgconfig, gettext, gtk2, glib, zlib, perl, intltool,
-  libogg, libvorbis, libmad, alsaLib, libsndfile, soxr, flac, lame, fetchpatch,
+  libogg, libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame, fetchpatch,
   expat, libid3tag, ffmpeg, soundtouch /*, portaudio - given up fighting their portaudio.patch */
   }:
 
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     pkgconfig gettext wxGTK30 expat alsaLib
-    libsndfile soxr libid3tag gtk2
+    libsndfile soxr libid3tag libjack2 lv2 lilv serd sord sratom suil gtk2
     ffmpeg libmad lame libvorbis flac soundtouch
   ]; #ToDo: detach sbsms