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
|
@ -54,4 +54,4 @@ professional audio work. This means that it focuses on two key areas:
|
|||
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 New Issue