mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Set license of the bootstrap tools.
* gnu/packages/bootstrap.scm (package-from-tarball)[license]: Set to GPL3+. * gnu/packages/make-bootstrap.scm (%static-binaries)[license]: Likewise.
This commit is contained in:
parent
52b9efe337
commit
90f2801e21
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ (define* (package-from-tarball name source program-to-test description
|
||||||
(synopsis description)
|
(synopsis description)
|
||||||
(description #f)
|
(description #f)
|
||||||
(home-page #f)
|
(home-page #f)
|
||||||
(license #f)))
|
(license gpl3+)))
|
||||||
|
|
||||||
(define package-with-bootstrap-guile
|
(define package-with-bootstrap-guile
|
||||||
(memoize
|
(memoize
|
||||||
|
|
|
@ -271,7 +271,7 @@ (define (copy-directory source destination)
|
||||||
(synopsis "Statically-linked bootstrap binaries")
|
(synopsis "Statically-linked bootstrap binaries")
|
||||||
(description
|
(description
|
||||||
"Binaries used to bootstrap the distribution.")
|
"Binaries used to bootstrap the distribution.")
|
||||||
(license #f)
|
(license gpl3+)
|
||||||
(home-page #f)))
|
(home-page #f)))
|
||||||
|
|
||||||
(define %binutils-static
|
(define %binutils-static
|
||||||
|
|
Loading…
Reference in a new issue