mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-nodgui: Update to 0.7.2.0-2.9a1b2c6.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.7.2.0-2.9a1b2c6. [inputs]: Add tcllib. [arguments]: Update 'fix-paths' phase. Change-Id: If230ce77603bfc30686a1036908687d461312b75 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
17c0aa6192
commit
91a347a99b
1 changed files with 8 additions and 7 deletions
|
@ -22844,11 +22844,11 @@ instead of #'FOO.
|
||||||
(sbcl-package->ecl-package sbcl-nkeymaps))
|
(sbcl-package->ecl-package sbcl-nkeymaps))
|
||||||
|
|
||||||
(define-public sbcl-nodgui
|
(define-public sbcl-nodgui
|
||||||
(let ((commit "dc3efed8f93d4955e59347824f8f6d018e1a22e0")
|
(let ((commit "9a1b2c6419adce2ba317497328276f8d63843279")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nodgui")
|
(name "sbcl-nodgui")
|
||||||
(version (git-version "0.7.0.3" revision commit))
|
(version (git-version "0.7.2.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22857,7 +22857,7 @@ instead of #'FOO.
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-nodgui" version))
|
(file-name (git-file-name "cl-nodgui" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kjbimzl9q74dz1fhl03n49607li55q6h0kdygfyr0n8cnf5638j"))))
|
(base32 "1qanhxn46bwq8a10v61n46q4j8avp7n1m2687bi2wdylz1pgakyq"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-clunit2))
|
(list sbcl-clunit2))
|
||||||
|
@ -22880,15 +22880,16 @@ instead of #'FOO.
|
||||||
sbcl-trivial-garbage
|
sbcl-trivial-garbage
|
||||||
sbcl-zpng
|
sbcl-zpng
|
||||||
tk
|
tk
|
||||||
tklib))
|
tklib
|
||||||
|
tcllib))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
#~(modify-phases %standard-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\"")
|
(("\\(guess-wish-interpreter-path\\)")
|
||||||
(string-append "#-freebsd \""
|
(string-append "\""
|
||||||
(search-input-file inputs "/bin/wish")
|
(search-input-file inputs "/bin/wish")
|
||||||
"\""))))))))
|
"\""))))))))
|
||||||
(synopsis "Common Lisp bindings for the Tk GUI toolkit")
|
(synopsis "Common Lisp bindings for the Tk GUI toolkit")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue