mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add sbcl-clim-postscript.
* gnu/packages/lisp-xyz.scm (sbcl-clim-postscript): New variable.
This commit is contained in:
parent
48f2694dd5
commit
b1ca56bf3b
1 changed files with 17 additions and 0 deletions
|
@ -13076,3 +13076,20 @@ (define-public sbcl-clim-postscript-font
|
|||
("swank" ,cl-slime-swank))) ; For drei-mcclim
|
||||
(arguments
|
||||
'(#:asd-file "Backends/PostScript/clim-postscript-font.asd"))))
|
||||
|
||||
(define-public sbcl-clim-postscript
|
||||
(package
|
||||
(inherit sbcl-clim-lisp)
|
||||
(name "sbcl-clim-postscript")
|
||||
(native-inputs
|
||||
`(("fiveam" ,sbcl-fiveam)))
|
||||
(inputs
|
||||
`(("clim-basic" ,sbcl-clim-basic)
|
||||
("clim-postscript-font" ,sbcl-clim-postscript-font)
|
||||
("swank" ,cl-slime-swank))) ; For drei-mcclim
|
||||
(arguments
|
||||
'(#:asd-file "Backends/PostScript/clim-postscript.asd"
|
||||
;; Test suite disabled because of a dependency cycle.
|
||||
;; The tests depend on mcclim/test-util, which depends on mcclim,
|
||||
;; wich depends on mcclim/extensions, which depends on clim-postscript.
|
||||
#:tests? #f))))
|
||||
|
|
Loading…
Reference in a new issue