~ruther/guix-local

881a4cf13ac5ee98bb2fbecdcd5db14e30e96b96 — Ludovic Courtès 13 years ago ce41a46
Work around <http://bugs.gnu.org/13095> in build-aux/download.scm.

* build-aux/download.scm: Annihilate `shutdown' in (web client).
  Reported by Aljosha Papsch.
1 files changed, 5 insertions(+), 0 deletions(-)

M build-aux/download.scm
M build-aux/download.scm => build-aux/download.scm +5 -0
@@ 34,6 34,11 @@
  ;;"http://www.fdn.fr/~lcourtes/software/guix/packages"
  )

;; XXX: Work around <http://bugs.gnu.org/13095>, present in Guile
;; up to 2.0.7.
(module-define! (resolve-module '(web client))
                'shutdown (const #f))

(define (file-name->uri file)
  "Return the URI for FILE."
  (match (string-tokenize file (char-set-complement (char-set #\/)))