guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62359] [PATCH] import: opam: opam->guix-package: Fix default repo a


From: Csepp
Subject: [bug#62359] [PATCH] import: opam: opam->guix-package: Fix default repo argument.
Date: Tue, 21 Mar 2023 23:59:52 +0100

* guix/import/opam.scm
  (opam->guix-package): Make default repo a list of strings.
---
 guix/import/opam.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/opam.scm b/guix/import/opam.scm
index fa4f678593..4d353248d9 100644
--- a/guix/import/opam.scm
+++ b/guix/import/opam.scm
@@ -340,7 +340,7 @@ (define (opam->guix-source url-dict)
                     (sha256 (base32 ,(guix-hash-url temp)))))))
         'no-source-information)))
 
-(define* (opam->guix-package name #:key (repo 'opam) version 
#:allow-other-keys)
+(define* (opam->guix-package name #:key (repo '("opam")) version 
#:allow-other-keys)
   "Import OPAM package NAME from REPOSITORY (a directory name) or, if
 REPOSITORY is #f, from the official OPAM repository.  Return a 'package' sexp
 or #f on failure."
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]