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.
master
David Thompson 2015-01-29 19:19:08 -05:00
parent 8c6c91fead
commit e89fa047f7
1 changed files with 1 additions and 1 deletions

View File

@ -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+))))