guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gexp: Export <local-file> accessors.


From: Ludovic Courtès
Subject: 02/03: gexp: Export <local-file> accessors.
Date: Wed, 03 Jun 2015 09:47:47 +0000

civodul pushed a commit to branch master
in repository guix.

commit 74d441abeee257f5d7ec5bb5fa0db70bd26802b7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 3 11:21:15 2015 +0200

    gexp: Export <local-file> accessors.
    
    * guix/gexp.scm (local-file-file, local-file-name, local-file-recursive?):
      Export.
---
 guix/gexp.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index b08a361..03b4cbf 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]