mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-03 01:11:30 +02:00
Add more (ice-9 format) imports.
* guix/scripts/describe.scm: Add missing (ice-9 format). * guix/scripts/system.scm: Likewise.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (srfi srfi-37)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (ice-9 format)
|
||||
#:autoload (ice-9 pretty-print) (pretty-print)
|
||||
#:use-module (web uri)
|
||||
#:export (display-profile-content
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
#:use-module (srfi srfi-34)
|
||||
#:use-module (srfi srfi-35)
|
||||
#:use-module (srfi srfi-37)
|
||||
#:use-module (ice-9 format)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (rnrs bytevectors)
|
||||
#:export (guix-system
|
||||
|
||||
Reference in New Issue
Block a user