[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51888] [PATCH 0/1] import: opam: Warn instead of leave when fetchin
From: |
Julien Lepiller |
Subject: |
[bug#51888] [PATCH 0/1] import: opam: Warn instead of leave when fetching fails. |
Date: |
Tue, 16 Nov 2021 14:02:48 +0100 |
Le Tue, 16 Nov 2021 11:10:43 +0100,
zimoun <zimon.toutoune@gmail.com> a écrit :
> Hi,
>
> It is possible to use another OPAM repository when importing, for
> instance "guix import opam --repo=https://coq.inria.fr/opam/released"
> -- although Coq packages are generally not built using OCaml or Dune
> build-system, another story. :-) Or even, a package using OCaml or
> Dune build system but not included in Opam repositories supported by
> Guix.
>
Hi,
I already had a patch for that, which is a bit more complex, at
https://issues.guix.gnu.org/51091. WDYT?