gnu: audacity: Replace "jack-2" with "jack-1".

* gnu/packages/audacity.scm (audacity)[inputs]: Replace "jack-2" with
  "jack-1".
This commit is contained in:
Ricardo Wurmus 2015-08-27 10:10:06 +02:00
parent 01e327b556
commit 6a5894a823

View file

@ -55,7 +55,7 @@ (define-public audacity
`(("wxwidgets" ,wxwidgets-2)
("gtk" ,gtk+-2)
("alsa-lib" ,alsa-lib)
("jack" ,jack-2)
("jack" ,jack-1)
("expat" ,expat)
("ffmpeg" ,ffmpeg)
("lame" ,lame)