guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: Add python-agate-locales.


From: guix-commits
Subject: 05/08: gnu: Add python-agate-locales.
Date: Sun, 14 May 2023 17:21:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7070d3d9e8b3bfa8393cdcbe2949beb948452ea9
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Mar 24 13:23:29 2023 +0000

    gnu: Add python-agate-locales.
    
    * gnu/packages/wireservice.scm (python-agate-locales): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/wireservice.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index 5878142821..f18f2b9ee7 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -26,6 +26,7 @@
   #:use-module (guix git-download)
   #:use-module (guix packages)
   #:use-module (gnu packages)
+  #:use-module (gnu packages base)
   #:use-module (gnu packages check)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages python-web)
@@ -88,6 +89,12 @@
    (description "Leather is a Python charting library for those who need
 charts now and don't care if they're perfect.")))
 
+(define python-agate-locales
+  (make-glibc-utf8-locales
+   glibc
+   #:locales (list "ko_KR")
+   #:name "python-agate-locales"))
+
 (define-public python-agate
   (wireservice-package
    (name "python-agate")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]