Fixed by https://issues.guix.gnu.org/49199
Hi. I would like to report a small error in the shepherd.texi file on line
1157. make-systemd-constructor should be instead of make-systemd-destructor.
--
Aleksandr Vityazev
Since Cabal 2.2 conditional blocks support the `elif` construct [0], but our
hackage importer does not currently support such expressions. This causes
importing packages like `raaz` [1] to fail.
0:
https://cabal.readthedocs.io/en/latest/cabal-package.html?highlight=elif#conditional-blocks
1: ht
Hey!
> Nitpick: you can omit ‘begin’ here.
Fixed it before pushing, thanks for having a look.
Mathieu
Hi,
On Mon, 31 Jan 2022 at 11:33, "Philip Munksgaard" wrote:
> ```
> (define-module (gnu packages futhark)
> #:use-module (guix packages)
> #:use-module (guix download)
> #:use-module (guix build-system haskell)
> #:use-module (guix licenses)
> #:use-module (guix git-download)
> #:us