GNU bug report logs -
#53912
[PATCH 0/5] WIP Add WSL support.
Previous Next
Reported by: Alex Griffin <a <at> ajgrf.com>
Date: Thu, 10 Feb 2022 06:07:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 53912 <at> debbugs.gnu.org (full text, mbox):
Hi,
Alex Griffin <a <at> ajgrf.com> skribis:
> From ef951ff51bf0e2b2b50c57fbf652b0677c1e6701 Mon Sep 17 00:00:00 2001
> From: Alex Griffin <a <at> ajgrf.com>
> Date: Sun, 6 Feb 2022 16:29:47 -0600
> Subject: [PATCH 2/5] system: image: Add tarball support.
>
> * gnu/system/image.scm (tarball-image, tarball-image-type): New variables.
> (system-tarball-image): New procedure.
> (image->root-file-system): Add tarball image support.
> (system-image): Ditto.
Interesting!
> +++ b/gnu/system/image.scm
> @@ -1,6 +1,7 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe <at> gmail.com>
> ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
> +;;; Copyright © 2022 Alex Griffin <a <at> ajgrf.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -24,6 +25,7 @@ (define-module (gnu system image)
> #:use-module (guix modules)
> #:use-module (guix monads)
> #:use-module (guix records)
> + #:use-module (guix scripts pack)
We cannot refer to (guix scripts …) modules from here (conceptually
(guix scripts …) modules are layered above the rest).
If needed, we can move the relevant bits to a new (guix pack) module and
use it here. (I didn’t spot which part of (guix scripts pack) is used.)
Ludo’.
This bug report was last modified 2 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.