Skip to content
Snippets Groups Projects
Commit 32cf9895 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: ardour: Fix inheritance of Ardour package.

* gnu/packages/audio.scm (ardour): Inherit from "ardour-3" instead of
  "ardour".
parent 002806c9
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ (define-public ardour-3 ...@@ -226,7 +226,7 @@ (define-public ardour-3
(license license:gpl2+))) (license license:gpl2+)))
(define-public ardour (define-public ardour
(package (inherit ardour) (package (inherit ardour-3)
(name "ardour") (name "ardour")
(version "4.0") (version "4.0")
(source (origin (source (origin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment