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")
|
"util-linux is a random collection of utilities for the Linux kernel")
|
||||||
(description
|
(description
|
||||||
"util-linux is a random collection of utilities for the Linux kernel.")
|
"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
|
;; 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.
|
;; explicitly defined license.
|
||||||
(license '(gpl3+ gpl2+ gpl2 lgpl2.0+
|
(license (list gpl3+ gpl2+ gpl2 lgpl2.0+
|
||||||
bsd-4 public-domain))))
|
bsd-4 public-domain))))
|
||||||
|
|
||||||
(define-public procps
|
(define-public procps
|
||||||
(package
|
(package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user