~ruther/guix-local

1d3eaef90cecd70b4282ccd11693feb85e72aa21 — Alex Kost 10 years ago 98bdee6
import: elpa: Fix typo.

Reported by Eric Dvorsak <eric@dvorsak.fr> on #guix.

* guix/scripts/import/elpa.scm (%default-options): Remove redundant
  quote which led to an error if --archive option was not specified.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/import/elpa.scm
M guix/scripts/import/elpa.scm => guix/scripts/import/elpa.scm +1 -1
@@ 34,7 34,7 @@
;;;

(define %default-options
  '((repo . 'gnu)))
  '((repo . gnu)))

(define (show-help)
  (display (_ "Usage: guix import elpa PACKAGE-NAME