bug#48944:

2022-04-06 Thread Philip Munksgaard
Fixed by https://issues.guix.gnu.org/49199

bug#54749: [Shepherd from master]: Typo in shepherd.texi.

2022-04-06 Thread Aleksandr Vityazev
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

bug#54752: import: hackage: `elif` conditionals not supported

2022-04-06 Thread Philip Munksgaard
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

bug#54666: Installation without non-root user accounts

2022-04-06 Thread Mathieu Othacehe
Hey! > Nitpick: you can omit ‘begin’ here. Fixed it before pushing, thanks for having a look. Mathieu

bug#53655: haskell build system cannot build attoparsec

2022-04-06 Thread zimoun
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