GNU bug report logs - #50857
[PATCH] scripts: Add missing modules to home importer.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Mon, 27 Sep 2021 21:48:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50857: closed ([PATCH] scripts: Add missing modules to home
 importer.)
Date: Tue, 28 Sep 2021 11:16:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Sep 2021 14:15:36 +0300
with message-id <87v92l7xyf.fsf <at> gmail.com>
and subject line Re: [bug#50857] [PATCH] scripts: Add missing modules to home importer.
has caused the debbugs.gnu.org bug report #50857,
regarding [PATCH] scripts: Add missing modules to home importer.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50857: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50857
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] scripts: Add missing modules to home importer.
Date: Mon, 27 Sep 2021 23:44:10 +0200
This fixes backtraces encountered by running `guix home import'.

* guix/scripts/home/import.scm: Add use-modules clauses for
the modules (guix packages), (guix utils), (srfi srfi-26) and (gnu packages).
---
 guix/scripts/home/import.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guix/scripts/home/import.scm b/guix/scripts/home/import.scm
index 39f45dbeac..3cd87b2c21 100644
--- a/guix/scripts/home/import.scm
+++ b/guix/scripts/home/import.scm
@@ -18,11 +18,15 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (guix scripts home import)
+  #:use-module (guix packages)
   #:use-module (guix profiles)
   #:use-module (guix ui)
+  #:use-module (guix utils)
   #:use-module (ice-9 match)
   #:use-module (ice-9 pretty-print)
   #:use-module (srfi srfi-1)
+  #:use-module (srfi srfi-26)
+  #:use-module (gnu packages)
   #:export (import-manifest))
 
 ;;; Commentary:
-- 
2.33.0




[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 50857-done <at> debbugs.gnu.org
Subject: Re: [bug#50857] [PATCH] scripts: Add missing modules to home importer.
Date: Tue, 28 Sep 2021 14:15:36 +0300
[Message part 4 (text/plain, inline)]
Hi,

Thank you for the quick fix!

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> This fixes backtraces encountered by running `guix home import'.
>
> * guix/scripts/home/import.scm: Add use-modules clauses for
> the modules (guix packages), (guix utils), (srfi srfi-26) and (gnu packages).
> ---
>  guix/scripts/home/import.scm | 4 ++++
>  1 file changed, 4 insertions(+)

[…]

Andrew already fixed this, and also other similar issues in
https://issues.guix.gnu.org/50856

Closing the current one.

Regards,
Oleg.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 290 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.