From 7070d3d9e8b3bfa8393cdcbe2949beb948452ea9 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 24 Mar 2023 13:23:29 +0000 Subject: gnu: Add python-agate-locales. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/wireservice.scm (python-agate-locales): New variable. Signed-off-by: Ludovic Courtès --- gnu/packages/wireservice.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gnu') 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 @@ (define-module (gnu packages wireservice) #: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 @@ (define-public python-leather (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") -- cgit v1.2.3