unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50857] [PATCH] scripts: Add missing modules to home importer.
@ 2021-09-27 21:44 Liliana Marie Prikler
  2021-09-28 11:15 ` bug#50857: " Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2021-09-27 21:44 UTC (permalink / raw)
  To: 50857

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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50857: [PATCH] scripts: Add missing modules to home importer.
  2021-09-27 21:44 [bug#50857] [PATCH] scripts: Add missing modules to home importer Liliana Marie Prikler
@ 2021-09-28 11:15 ` Oleg Pykhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2021-09-28 11:15 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 50857-done

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-28 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 21:44 [bug#50857] [PATCH] scripts: Add missing modules to home importer Liliana Marie Prikler
2021-09-28 11:15 ` bug#50857: " Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).