mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: cl-mgl-pax: Update to 0.0.4-0.a7f9047.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.0.4-0.a7f9047. [inputs]: Add alexandria, colorize and md5. Remove babel, cl-fad and ironclad. [arguments]: Add optional systems to 'asd-systems' to build them too.
This commit is contained in:
parent
8f92c44bdd
commit
840a708088
1 changed files with 12 additions and 7 deletions
|
@ -2139,11 +2139,11 @@ (define-public ecl-slime-swank
|
||||||
(sbcl-package->ecl-package sbcl-slime-swank))
|
(sbcl-package->ecl-package sbcl-slime-swank))
|
||||||
|
|
||||||
(define-public sbcl-mgl-pax
|
(define-public sbcl-mgl-pax
|
||||||
(let ((commit "4ada6eb26364e71addb169ce58e4ba83bc7a8eaa")
|
(let ((commit "a7f904784ae59bbeeeb15a14348cda46ed9bdeb3")
|
||||||
(revision "2"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-mgl-pax")
|
(name "sbcl-mgl-pax")
|
||||||
(version (git-version "0.0.3" revision commit))
|
(version (git-version "0.0.4" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2151,17 +2151,22 @@ (define-public sbcl-mgl-pax
|
||||||
(url "https://github.com/melisgl/mgl-pax")
|
(url "https://github.com/melisgl/mgl-pax")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s38crgvmd9hgqwsscqpj6m6c10a074zjgg8k5sl15yih1wkpssm"))
|
(base32 "119pb3485m6hqsqsaqpaq2x8xh5lrbqapw7zaqyq425n75vd1mc8"))
|
||||||
(file-name (git-file-name "mgl-pax" version))))
|
(file-name (git-file-name "mgl-pax" version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("3bmd" ,sbcl-3bmd)
|
`(("3bmd" ,sbcl-3bmd)
|
||||||
("babel" ,sbcl-babel)
|
("alexandria" ,sbcl-alexandria)
|
||||||
("cl-fad" ,sbcl-cl-fad)
|
("colorize" ,sbcl-colorize)
|
||||||
("ironclad" ,sbcl-ironclad)
|
("md5" ,sbcl-md5)
|
||||||
("named-readtables" ,sbcl-named-readtables)
|
("named-readtables" ,sbcl-named-readtables)
|
||||||
("pythonic-string-reader" ,sbcl-pythonic-string-reader)
|
("pythonic-string-reader" ,sbcl-pythonic-string-reader)
|
||||||
("swank" ,sbcl-slime-swank)))
|
("swank" ,sbcl-slime-swank)))
|
||||||
|
(arguments
|
||||||
|
`(#:asd-systems '("mgl-pax"
|
||||||
|
"mgl-pax/navigate"
|
||||||
|
"mgl-pax/document"
|
||||||
|
"mgl-pax/transcribe")))
|
||||||
(synopsis "Exploratory programming environment and documentation generator")
|
(synopsis "Exploratory programming environment and documentation generator")
|
||||||
(description
|
(description
|
||||||
"PAX provides an extremely poor man's Explorable Programming
|
"PAX provides an extremely poor man's Explorable Programming
|
||||||
|
|
Loading…
Reference in a new issue