mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: tcl: Use tcl/tk license.
* gnu/packages/tcl.scm (tcl)[license]: Use the tcl/tk license variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
d29f647077
commit
e4c38581f3
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ (define-public tcl
|
|||
(home-page "http://www.tcl.tk/")
|
||||
(synopsis "The Tcl scripting language")
|
||||
(description "The Tcl (Tool Command Language) scripting language.")
|
||||
(license (non-copyleft "http://www.tcl.tk/software/tcltk/license.html"
|
||||
"Tcl/Tk license"))))
|
||||
(license tcl/tk)))
|
||||
|
||||
|
||||
(define-public expect
|
||||
|
|
Loading…
Reference in a new issue