[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: LOCAL_ONLY: profiles: Use the canonical glibc-utf8-locales to bui
From: |
Mark H. Weaver |
Subject: |
02/17: LOCAL_ONLY: profiles: Use the canonical glibc-utf8-locales to build profiles. |
Date: |
Mon, 23 Apr 2018 03:07:27 -0400 (EDT) |
mhw pushed a commit to branch reproduce-bug-29774
in repository guix.
commit ce8fb528a150903a1aae9673e30dadb119b2af1e
Author: Mark H Weaver <address@hidden>
Date: Sun Mar 18 02:40:03 2018 -0400
LOCAL_ONLY: profiles: Use the canonical glibc-utf8-locales to build
profiles.
---
guix/profiles.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/guix/profiles.scm b/guix/profiles.scm
index 95dc974..129ff85 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -778,7 +778,8 @@ MANIFEST. Single-file bundles are required by programs
such as Git and Lynx."
;; for a discussion.
(define glibc-utf8-locales ;lazy reference
- (module-ref (resolve-interface '(gnu packages base)) 'glibc-utf8-locales))
+ ((module-ref (resolve-interface '(gnu packages base)) 'canonical-package)
+ (module-ref (resolve-interface '(gnu packages base))
'glibc-utf8-locales)))
(define build
(with-imported-modules '((guix build utils))
@@ -1236,8 +1237,8 @@ are cross-built for TARGET."
(manifest-inputs manifest)))
(define glibc-utf8-locales ;lazy reference
- (module-ref (resolve-interface '(gnu packages base))
- 'glibc-utf8-locales))
+ ((module-ref (resolve-interface '(gnu packages base)) 'canonical-package)
+ (module-ref (resolve-interface '(gnu packages base))
'glibc-utf8-locales)))
(define set-utf8-locale
;; Some file names (e.g., in 'nss-certs') are UTF-8 encoded so
- branch reproduce-bug-29774 created (now aa4c57d), Mark H. Weaver, 2018/04/23
- 04/17: gnu: tracker: Use openjpeg-2., Mark H. Weaver, 2018/04/23
- 03/17: LOCAL_ONLY: gnu: emacs: Remove imagemagick from inputs., Mark H. Weaver, 2018/04/23
- 02/17: LOCAL_ONLY: profiles: Use the canonical glibc-utf8-locales to build profiles.,
Mark H. Weaver <=
- 10/17: TEMPORARY_HACK: Disable tests for e2fsprogs., Mark H. Weaver, 2018/04/23
- 07/17: gnu: golly: More tweaks., Mark H. Weaver, 2018/04/23
- 09/17: BROKEN: gnu: e2fsprogs: Update to 1.44.1., Mark H. Weaver, 2018/04/23
- 12/17: TEMPORARY_HACK: gnu: modem-manager: Update to 1.7.991 [unstable branch!], Mark H. Weaver, 2018/04/23
- 11/17: TEMPORARY_HACK: gnu: python-pygobject: Disable tests., Mark H. Weaver, 2018/04/23
- 08/17: PRELIMINARY: Add support for hibernation., Mark H. Weaver, 2018/04/23
- 13/17: DRAFT: Fix gjs build., Mark H. Weaver, 2018/04/23
- 14/17: WIP: gnu: libnl: Use invoke., Mark H. Weaver, 2018/04/23
- 17/17: UNTESTED: records: Detect duplicate field initializers., Mark H. Weaver, 2018/04/23
- 06/17: gnu: golly: Use system lua., Mark H. Weaver, 2018/04/23