mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-nodgui: Remove input labels.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui)[inputs]: Remove labels. [arguments]: Use gexp.
This commit is contained in:
parent
d83aa756a6
commit
29dc951b90
1 changed files with 21 additions and 21 deletions
|
@ -11945,28 +11945,28 @@ Scalable Vector Graphics files.")
|
||||||
(base32 "1gsxg8igiavs8fr39vgw8ypa42wjqaq9sszwqiifpm7yvq54lls7"))))
|
(base32 "1gsxg8igiavs8fr39vgw8ypa42wjqaq9sszwqiifpm7yvq54lls7"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
(list sbcl-alexandria
|
||||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
sbcl-bordeaux-threads
|
||||||
("cl-colors2" ,sbcl-cl-colors2)
|
sbcl-cl-colors2
|
||||||
("cl-esrap" ,sbcl-esrap)
|
sbcl-cl-jpeg
|
||||||
("cl-jpeg" ,sbcl-cl-jpeg)
|
sbcl-cl-ppcre-unicode
|
||||||
("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
|
sbcl-cl-unicode
|
||||||
("cl-unicode" ,sbcl-cl-unicode)
|
sbcl-clunit2
|
||||||
("clunit2" ,sbcl-clunit2)
|
sbcl-esrap
|
||||||
("named-readtables" ,sbcl-named-readtables)
|
sbcl-named-readtables
|
||||||
("parse-number" ,sbcl-parse-number)
|
sbcl-parse-number
|
||||||
("tk" ,tk)
|
tk
|
||||||
("tklib" ,tklib)))
|
tklib))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-paths
|
(add-after 'unpack 'fix-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "src/wish-communication.lisp"
|
(substitute* "src/wish-communication.lisp"
|
||||||
(("#-freebsd \"wish\"")
|
(("#-freebsd \"wish\"")
|
||||||
(string-append "#-freebsd \""
|
(string-append "#-freebsd \""
|
||||||
(assoc-ref inputs "tk")
|
(search-input-file inputs "/bin/wish")
|
||||||
"/bin/wish\"")))
|
"\""))))))))
|
||||||
#t)))))
|
|
||||||
(synopsis "Common Lisp bindings for the Tk GUI toolkit")
|
(synopsis "Common Lisp bindings for the Tk GUI toolkit")
|
||||||
(description
|
(description
|
||||||
"Nodgui (@emph{No Drama GUI}) is a Common Lisp binding for the Tk GUI
|
"Nodgui (@emph{No Drama GUI}) is a Common Lisp binding for the Tk GUI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue