mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
@ -271,7 +271,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
(synopsis "Statically-linked bootstrap binaries")
|
||||
(description
|
||||
"Binaries used to bootstrap the distribution.")
|
||||
(license #f)
|
||||
(license gpl3+)
|
||||
(home-page #f)))
|
||||
|
||||
(define %binutils-static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue