mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
utils: Import (ice-9 format).
* guix/build/utils.scm: Import (ice-9 format).
This commit is contained in:
parent
de61113857
commit
c041886d92
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ (define-module (guix build utils)
|
|||
#:use-module (ice-9 match)
|
||||
#:use-module (ice-9 regex)
|
||||
#:use-module (ice-9 rdelim)
|
||||
#:use-module (ice-9 format)
|
||||
#:use-module (rnrs bytevectors)
|
||||
#:use-module (rnrs io ports)
|
||||
#:re-export (alist-cons
|
||||
|
|
Loading…
Reference in a new issue