summaryrefslogtreecommitdiff
path: root/guix/hg-download.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/hg-download.scm')
-rw-r--r--guix/hg-download.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/hg-download.scm b/guix/hg-download.scm
index 812017e73d..df48ed6eb7 100644
--- a/guix/hg-download.scm
+++ b/guix/hg-download.scm
@@ -105,8 +105,8 @@
(setvbuf (current-error-port) 'line)
(or (and (download-method-enabled? 'upstream)
- (hg-fetch (string->symbol (getenv "hg ref url"))
- (string->symbol (getenv "hg ref changeset"))
+ (hg-fetch (getenv "hg ref url")
+ (getenv "hg ref changeset")
#$output
#:hg-command (string-append #+hg "/bin/hg")))
(and (download-method-enabled? 'nar)