distro: util-linux: Fix `license' field.
* distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects.
This commit is contained in:
parent
e47e3effaf
commit
fe8ccfcc72
|
@ -173,11 +173,12 @@ providing the system administrator with some help in common tasks.")
|
|||
"util-linux is a random collection of utilities for the Linux kernel")
|
||||
(description
|
||||
"util-linux is a random collection of utilities for the Linux kernel.")
|
||||
|
||||
;; Note that util-linux doesn't use the same license for all the
|
||||
;; code. GPLv2+ is the default license for a code without an
|
||||
;; code. GPLv2+ is the default license for a code without an
|
||||
;; explicitly defined license.
|
||||
(license '(gpl3+ gpl2+ gpl2 lgpl2.0+
|
||||
bsd-4 public-domain))))
|
||||
(license (list gpl3+ gpl2+ gpl2 lgpl2.0+
|
||||
bsd-4 public-domain))))
|
||||
|
||||
(define-public procps
|
||||
(package
|
||||
|
|
Loading…
Reference in New Issue