gnu: cl-tripod: Update to 0.0.1-1.b019a27.
* gnu/packages/lisp-xyz.scm (sbcl-tripod): Update to 0.0.1-1.b019a27. [outputs, arguments]: New fields. [inputs]: Add sbcl-local-time, sbcl-nactivitypub and sbcl-njson, and reindent. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
2565616ab3
commit
d9f3567abb
1 changed files with 24 additions and 12 deletions
|
@ -961,8 +961,8 @@ Features:
|
||||||
(sbcl-package->ecl-package sbcl-coleslaw))
|
(sbcl-package->ecl-package sbcl-coleslaw))
|
||||||
|
|
||||||
(define-public sbcl-tripod
|
(define-public sbcl-tripod
|
||||||
(let ((commit "bcea16610b4961a927e417e4413fffe686d71c83")
|
(let ((commit "b019a27cd7eb895870f84b0eb6c3edc5d7b05928")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-tripod")
|
(name "sbcl-tripod")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -974,17 +974,30 @@ Features:
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-tripod" version))
|
(file-name (git-file-name "cl-tripod" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07czbwzfqg8n1q4dsfmrdp2zmp90xgsg8q26hkrniyvkylq4nn1z"))))
|
(base32 "0y8sns6njq9x7km58vpj7gx4cia9zkcpng3d38300xk0nnk2kz8w"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(outputs '("out" "bin"))
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'create-asdf-configuration 'build-program
|
||||||
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
(build-program (string-append #$output:bin "/bin/tripod")
|
||||||
|
outputs
|
||||||
|
#:entry-program '((tripod:entry-point))
|
||||||
|
#:compress? #t))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria
|
(list sbcl-alexandria
|
||||||
sbcl-cl-gopher
|
sbcl-cl-gopher
|
||||||
sbcl-cl-markdown
|
sbcl-cl-markdown
|
||||||
sbcl-clss
|
sbcl-clss
|
||||||
sbcl-hunchentoot
|
sbcl-hunchentoot
|
||||||
sbcl-phos
|
sbcl-local-time
|
||||||
sbcl-plump
|
sbcl-nactivitypub
|
||||||
sbcl-trivial-mimes))
|
sbcl-njson
|
||||||
|
sbcl-phos
|
||||||
|
sbcl-plump
|
||||||
|
sbcl-trivial-mimes))
|
||||||
(home-page "https://aartaka.me/blog/tripod")
|
(home-page "https://aartaka.me/blog/tripod")
|
||||||
(synopsis "Common Lisp web server aiming to ease website hosting")
|
(synopsis "Common Lisp web server aiming to ease website hosting")
|
||||||
(description
|
(description
|
||||||
|
@ -998,7 +1011,6 @@ and Gopher website hosting.")
|
||||||
(define-public ecl-tripod
|
(define-public ecl-tripod
|
||||||
(sbcl-package->ecl-package sbcl-tripod))
|
(sbcl-package->ecl-package sbcl-tripod))
|
||||||
|
|
||||||
|
|
||||||
(define-public sbcl-trivial-timeout
|
(define-public sbcl-trivial-timeout
|
||||||
(let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
|
(let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Reference in a new issue