bug-guix
[Top][All Lists]
Advanced

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

bug#58495: opam import generates wrong check phase


From: Julien Lepiller
Subject: bug#58495: opam import generates wrong check phase
Date: Thu, 13 Oct 2022 17:44:22 +0200
User-agent: K-9 Mail for Android

Maybe this could be fixed in the dune-build-system?

Le 13 octobre 2022 17:03:43 GMT+02:00, Csepp <raingloom@riseup.net> a écrit :
So I'm working on building MirageOS unikernels with Guix, which means
using the OPAM importer *a lot*, which unearths some very Fun TM bugs.
Here is the first one:

guix import opam mirage-clock

The correct check phase is this:
```
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(invoke "dune" "runtest" "--release")))
```




reply via email to

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