emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25955: closed ([PATCH] guix: Only attempt to build


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25955: closed ([PATCH] guix: Only attempt to build json builder if json is available.)
Date: Fri, 02 Jun 2017 16:25:02 +0000

Your message dated Fri, 02 Jun 2017 18:24:18 +0200
with message-id <address@hidden>
and subject line Re: bug#25955: [PATCH] guix: Only attempt to build json 
builder if json is available.
has caused the debbugs.gnu.org bug report #25955,
regarding [PATCH] guix: Only attempt to build json builder if json is available.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25955
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] guix: Only attempt to build json builder if json is available. Date: Fri, 3 Mar 2017 18:43:27 +0100
* guix/import/stackage.scm: avoid loading the json module.
---
 guix/import/stackage.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/import/stackage.scm b/guix/import/stackage.scm
index 5b25adc..c8f195a 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -23,7 +23,6 @@
   #:use-module (srfi srfi-26)
   #:use-module (srfi srfi-34)
   #:use-module (srfi srfi-35)
-  #:use-module (guix import json)
   #:use-module (guix import hackage)
   #:use-module (guix memoization)
   #:use-module (guix packages)
@@ -31,6 +30,8 @@
   #:export (stackage->guix-package
             %stackage-updater))
 
+(module-autoload! (current-module) '(guix import json) '(json))
+
 
 ;;;
 ;;; Stackage info fetcher and access functions
-- 
2.1.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#25955: [PATCH] guix: Only attempt to build json builder if json is available. Date: Fri, 02 Jun 2017 18:24:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
John Darrington <address@hidden> skribis:

> * guix/import/stackage.scm: avoid loading the json module.

This was fixed later in commit 37fd9567710b0fc0d7b083f8a1eba3528597c2f6.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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