all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62359] [PATCH] import: opam: opam->guix-package: Fix default repo argument.
@ 2023-03-21 22:59 Csepp
  2023-04-08 22:10 ` bug#62359: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Csepp @ 2023-03-21 22:59 UTC (permalink / raw)
  To: 62359; +Cc: raingloom

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62359: [PATCH] import: opam: opam->guix-package: Fix default repo argument.
  2023-03-21 22:59 [bug#62359] [PATCH] import: opam: opam->guix-package: Fix default repo argument Csepp
@ 2023-04-08 22:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-04-08 22:10 UTC (permalink / raw)
  To: Csepp; +Cc: 62359-done

Hi,

Csepp <raingloom@riseup.net> skribis:

> * guix/import/opam.scm
>   (opam->guix-package): Make default repo a list of strings.

I adjusted the docstring accordingly and applied it, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-08 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 22:59 [bug#62359] [PATCH] import: opam: opam->guix-package: Fix default repo argument Csepp
2023-04-08 22:10 ` bug#62359: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.