mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Avoid circular dependencies by Perl license.
* guix/licenses.scm (perl-license): New variable. * gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license. * gnu/packages/compression.scm: Same. * gnu/packages/databases.scm: Same. * gnu/packages/gd.scm: Same. * gnu/packages/language.scm: Same. * gnu/packages/libevent.scm: Same. * gnu/packages/mail.scm: Same. * gnu/packages/messaging.scm: Same. * gnu/packages/ncurses.scm: Same. * gnu/packages/networking.scm: Same. * gnu/packages/photo.scm: Same. * gnu/packages/tcl.scm: Same. * gnu/packages/tex.scm: Same. * gnu/packages/tls.scm: Same. * gnu/packages/web.scm: Same. * gnu/packages/wm.scm: Same. * gnu/packages/xml.scm: Same. * gnu/packages/xorg.scm: Same. * gnu/packages/zip.scm: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
dcb95c1fc9
commit
2f3108ad03
20 changed files with 178 additions and 170 deletions
|
@ -220,7 +220,7 @@ interfaces (GUIs) in the Tcl language.")
|
|||
;; those of the orignal Tix4.1.3 or Tk8.4.* sources. See the files
|
||||
;; pTk/license.terms, pTk/license.html_lib, and pTk/Tix.license for
|
||||
;; details of this license."
|
||||
(license (package-license perl))))
|
||||
(license perl-license)))
|
||||
|
||||
(define-public tcllib
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue