diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-03 11:21:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-03 11:47:36 +0200 |
commit | 74d441abeee257f5d7ec5bb5fa0db70bd26802b7 (patch) | |
tree | 26ee5acf6fcbfd24bc0cfad67685accf330c76c3 /guix | |
parent | ad29c6f2e56316bc74ab5bcaab8a9fecba08004e (diff) | |
download | gnu-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')
-rw-r--r-- | guix/gexp.scm | 3 |
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 |