mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: jack-1: Fix licenses.
* gnu/packages/audio.scm (jack-1): Change license field to a list of licenses instead of a list of symbols.
This commit is contained in:
parent
8c6c91fead
commit
e89fa047f7
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ (define-public jack-1
|
|||
synchronous execution of all clients, and low latency operation.")
|
||||
;; Most files are licensed under the GPL. However, the libjack/ tree is
|
||||
;; licensed under the LGPL in order to allow for proprietary usage.
|
||||
(license '(license:gpl2+ license:lgpl2.1+))))
|
||||
(license (list license:gpl2+ license:lgpl2.1+))))
|
||||
|
|
Loading…
Reference in a new issue