gnu: cl-nodgui: Remove input labels.

* gnu/packages/lisp-xyz.scm (sbcl-nodgui)[inputs]: Remove labels.
  [arguments]: Use gexp.
This commit is contained in:
Guillaume Le Vaillant 2023-08-08 10:08:19 +02:00
parent d83aa756a6
commit 29dc951b90
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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
(add-after 'unpack 'fix-paths #~(modify-phases %standard-phases
(lambda* (#:key inputs #:allow-other-keys) (add-after 'unpack 'fix-paths
(substitute* "src/wish-communication.lisp" (lambda* (#:key inputs #:allow-other-keys)
(("#-freebsd \"wish\"") (substitute* "src/wish-communication.lisp"
(string-append "#-freebsd \"" (("#-freebsd \"wish\"")
(assoc-ref inputs "tk") (string-append "#-freebsd \""
"/bin/wish\""))) (search-input-file inputs "/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