From 74d441abeee257f5d7ec5bb5fa0db70bd26802b7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 3 Jun 2015 11:21:15 +0200 Subject: gexp: Export accessors. * guix/gexp.scm (local-file-file, local-file-name, local-file-recursive?): Export. --- guix/gexp.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guix/gexp.scm') 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 -- cgit v1.2.3