mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
95c2bc49cf
commit
25b267afed
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue