mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
utils: Re-export alist-cons' and
alist-delete'.
* guix/build/utils.scm: Re-export `alist-cons' and `alist-delete'.
This commit is contained in:
parent
ca16cb9606
commit
d475b25953
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue