summaryrefslogtreecommitdiff
path: root/tests/elpa.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-02-17 12:03:09 +0200
committerGuix Patches Tester <>2020-02-17 10:05:06 +0000
commitdb7d225f04e53db2ca2c8a7fc441bf55306d741e (patch)
treecb68d19e3bc2c1f8c4b092a185b42916681e8f1d /tests/elpa.scm
parentdb9979e7f9a8f94885ce593d78fe02de6dd71717 (diff)
downloadpatches-series-2923.tar
patches-series-2923.tar.gz
guix: import: (recursive-import) Allow for version numbersseries-2923
The tree has moved a bit since you sent the patch, here's a copy I made that applies.
Diffstat (limited to 'tests/elpa.scm')
-rw-r--r--tests/elpa.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/elpa.scm b/tests/elpa.scm
index b70539bda6..a008cf993c 100644
--- a/tests/elpa.scm
+++ b/tests/elpa.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -51,7 +52,7 @@
(200 "This is the description.")
(200 "fake tarball contents"))
(parameterize ((current-http-proxy (%local-url)))
- (match (elpa->guix-package pkg 'gnu/http)
+ (match (elpa->guix-package pkg #:repo 'gnu/http)
(('package
('name "emacs-auctex")
('version "11.88.6")