mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add cl-ltk-mw.
* gnu/packages/lisp-xyz.scm (sbcl-ltk-mw, cl-ltk-mw, ecl-ltk-mw): New variables.
This commit is contained in:
parent
d3a2df680b
commit
811747f956
1 changed files with 20 additions and 0 deletions
|
@ -9821,3 +9821,23 @@ in pure Common Lisp and does not require any Tk knowledge for its usage.")
|
||||||
|
|
||||||
(define-public ecl-ltk
|
(define-public ecl-ltk
|
||||||
(sbcl-package->ecl-package sbcl-ltk))
|
(sbcl-package->ecl-package sbcl-ltk))
|
||||||
|
|
||||||
|
(define-public sbcl-ltk-mw
|
||||||
|
(package
|
||||||
|
(inherit sbcl-ltk)
|
||||||
|
(name "sbcl-ltk-mw")
|
||||||
|
(inputs
|
||||||
|
`(("ltk" ,sbcl-ltk)))
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments sbcl-ltk)
|
||||||
|
((#:asd-file _) "ltk/ltk-mw.asd")
|
||||||
|
((#:phases _) '%standard-phases)))
|
||||||
|
(synopsis "Extra widgets for LTK")
|
||||||
|
(description
|
||||||
|
"This is a collection of higher-level widgets built on top of LTK.")))
|
||||||
|
|
||||||
|
(define-public cl-ltk-mw
|
||||||
|
(sbcl-package->cl-source-package sbcl-ltk-mw))
|
||||||
|
|
||||||
|
(define-public ecl-ltk-mw
|
||||||
|
(sbcl-package->ecl-package sbcl-ltk-mw))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue