unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46892] [PATCH 5/9] - added cl-i18n.
@ 2021-03-03 15:22 cage
  2021-03-04 10:22 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2021-03-03 15:22 UTC (permalink / raw)
  To: 46892

---
 gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 565c53f6d6..3a5b655508 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14924,3 +14924,36 @@ protocol for Mastodon.")
 
 (define-public cl-sxql-composer
   (sbcl-package->cl-source-package sbcl-sxql-composer))
+
+(define-public sbcl-cl-i18n
+  (let ((commit "fa0aa5bef8dfbdf2d72f7cc9f49e848ccbb567aa")
+        (revision "1"))
+    (package
+      (name "sbcl-cl-i18n")
+      (version (git-version "0.5.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://notabug.org/cage/cl-i18n")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1hpsdbb3hd79bzbrnbqgk2j3f0ispxvk91snp08fm2z3f1sds5as"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-systems '("cl-i18n")))
+      (inputs
+       `(("sbcl-alexandria" ,sbcl-alexandria)
+         ("sbcl-cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
+         ("sbcl-babel" ,sbcl-babel)))
+      (synopsis "Gettext-style internationalisation framework for Common Lisp")
+      (description "Gettext-style internationalisation framework for Common Lisp")
+      (home-page "https://notabug.org/cage/cl-i18n")
+      (license license:llgpl))))
+
+(define-public ecl-cl-i18n
+  (sbcl-package->ecl-package sbcl-cl-i18n))
+
+(define-public cl-i18n
+  (sbcl-package->cl-source-package sbcl-cl-i18n))
-- 
2.30.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#46892] [PATCH 5/9] - added cl-i18n.
  2021-03-03 15:22 [bug#46892] [PATCH 5/9] - added cl-i18n cage
@ 2021-03-04 10:22 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-03-04 10:22 UTC (permalink / raw)
  To: cage; +Cc: 46892-done

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Patch pushed as 88d822c5f1750edcd362632184cc2bcb331e01e2 with some
modifications.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-04 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 15:22 [bug#46892] [PATCH 5/9] - added cl-i18n cage
2021-03-04 10:22 ` Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).