summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-03 11:21:15 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-03 11:47:36 +0200
commit74d441abeee257f5d7ec5bb5fa0db70bd26802b7 (patch)
tree26ee5acf6fcbfd24bc0cfad67685accf330c76c3 /guix/gexp.scm
parentad29c6f2e56316bc74ab5bcaab8a9fecba08004e (diff)
downloadgnu-guix-74d441abeee257f5d7ec5bb5fa0db70bd26802b7.tar
gnu-guix-74d441abeee257f5d7ec5bb5fa0db70bd26802b7.tar.gz
gexp: Export <local-file> accessors.
* guix/gexp.scm (local-file-file, local-file-name, local-file-recursive?): Export.
Diffstat (limited to 'guix/gexp.scm')
-rw-r--r--guix/gexp.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/gexp.scm b/guix/gexp.scm
index b08a361232..03b4cbf19e 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -33,6 +33,9 @@
gexp-input?
local-file
local-file?
+ local-file-file
+ local-file-name
+ local-file-recursive?
gexp->derivation
gexp->file