gnu: JACK2: rename package to "jack2".

* gnu/packages/audio.scm (jack-2): Change package name to "jack2" to
  distinguish from JACK1.
master
Ricardo Wurmus 2015-02-13 23:16:46 +01:00
parent 2f9ae82f4b
commit 314275c776
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ synchronous execution of all clients, and low latency operation.")
(define-public jack-2
(package (inherit jack-1)
(name "jack")
(name "jack2")
(version "1.9.10")
(source (origin
(method url-fetch)