~ruther/guix-local

74d441abeee257f5d7ec5bb5fa0db70bd26802b7 — Ludovic Courtès 10 years ago ad29c6f
gexp: Export <local-file> accessors.

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

M guix/gexp.scm
M guix/gexp.scm => guix/gexp.scm +3 -0
@@ 33,6 33,9 @@
            gexp-input?
            local-file
            local-file?
            local-file-file
            local-file-name
            local-file-recursive?

            gexp->derivation
            gexp->file