Skip to content
Snippets Groups Projects
Commit d475b259 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

utils: Re-export `alist-cons' and `alist-delete'.

* guix/build/utils.scm: Re-export `alist-cons' and `alist-delete'.
parent ca16cb96
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ (define-module (guix build utils)
#:use-module (ice-9 rdelim)
#:use-module (rnrs bytevectors)
#:use-module (rnrs io ports)
#:re-export (alist-cons
alist-delete)
#:export (directory-exists?
executable-file?
call-with-ascii-input-file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment