gexp: Export <local-file> accessors.
authorLudovic Courtès <ludo@gnu.org>
Wed, 3 Jun 2015 09:21:15 +0000 (11:21 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 3 Jun 2015 09:47:36 +0000 (11:47 +0200)
* guix/gexp.scm (local-file-file, local-file-name, local-file-recursive?):
  Export.

guix/gexp.scm

index b08a361..03b4cbf 100644 (file)
@@ -33,6 +33,9 @@
             gexp-input?
             local-file
             local-file?
+            local-file-file
+            local-file-name
+            local-file-recursive?
 
             gexp->derivation
             gexp->file