summaryrefslogtreecommitdiff
path: root/tests/elpa.scm
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2020-01-18 10:44:18 -0500
committerGuix Patches Tester <>2020-01-18 16:43:06 +0000
commitd688df9eb6cfbcbc175dc152d1f7f8b7a787ab50 (patch)
treec866a64be0236dfae69870f3a3075b5754aa57ee /tests/elpa.scm
parent3747ecb1d3e9ddcc87e4e4e64f6f27b7c7dff884 (diff)
downloadpatches-d688df9eb6cfbcbc175dc152d1f7f8b7a787ab50.tar
patches-d688df9eb6cfbcbc175dc152d1f7f8b7a787ab50.tar.gz
guix: import: crate: Use semver to resovle module versionsseries-2675
* guix/import/crate.scm (make-crate-sexp): formatting, added '#:skip-build?' to build system args; added package definition geneation * guix/import/crate.scm (crate->guix-package): [arguments] moved `verions` to a key. Use semver to resolve the correct module versions * guix/import/crate.scm (crate-name->package0name): [arguments] add #:optional `version` arguement * guix/scripts/import/crate.scm remove package definition generation; changed `version` to a key * tests/crate.scm: added version data to (recursuve-import) test
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")