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

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

bug#50857: closed ([PATCH] scripts: Add missing modules to home importer


From: GNU bug Tracking System
Subject: bug#50857: closed ([PATCH] scripts: Add missing modules to home importer.)
Date: Tue, 28 Sep 2021 11:16:02 +0000

Your message dated Tue, 28 Sep 2021 14:15:36 +0300
with message-id <87v92l7xyf.fsf@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@gnu.org.)


-- 
50857: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50857
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#50857] [PATCH] scripts: Add missing modules to home importer. Date: Tue, 28 Sep 2021 14:15:36 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Hi,

Thank you for the quick fix!

Liliana Marie Prikler <liliana.prikler@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.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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