~ruther/guix-local

314275c776d7e3286880bdf70f2c2ce062668655 — Ricardo Wurmus 11 years ago 2f9ae82
gnu: JACK2: rename package to "jack2".

* gnu/packages/audio.scm (jack-2): Change package name to "jack2" to
  distinguish from JACK1.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +1 -1
@@ 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)