utils: Re-export 'delete'.

* guix/build/utils.scm: Reexport 'delete' binding.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sergei Trofimovich 2017-05-13 22:08:27 +01:00 committed by Ludovic Courtès
parent 811e10281f
commit 8b14773ab6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -32,7 +32,12 @@ (define-module (guix build utils)
#:use-module (rnrs bytevectors)
#:use-module (rnrs io ports)
#:re-export (alist-cons
alist-delete)
alist-delete
;; Note: Re-export 'delete' to allow for proper syntax matching
;; in 'modify-phases' forms. See
;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26805#16>.
delete)
#:export (%store-directory
store-file-name?
strip-store-file-name