GNU bug report logs - #52174
[PATCH] gnu: Add podman

Previous Next

Package: guix-patches;

Reported by: Timmy Douglas <mail <at> timmydouglas.com>

Date: Mon, 29 Nov 2021 07:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Timmy Douglas <mail <at> timmydouglas.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 52174 <at> debbugs.gnu.org
Subject: [bug#52174] [PATCH v2 2/6] gnu: add conmon
Date: Tue, 21 Dec 2021 14:42:16 -0800
Ludovic Courtès <ludo <at> gnu.org> writes:

> Timmy Douglas <mail <at> timmydouglas.com> skribis:
>
>> * gnu/packages/containers.scm: add conmon
>
> [...]
>
>> +    (source
>> +     (origin
>> +       (method git-fetch)
>> +       (uri (git-reference
>> +             (url "https://github.com/containers/conmon")
>> +             (commit (string-append "v" version))))
>> +       (sha256
>> +        (base32 "1sxpbm01g4xak4kqwvk45gmzr6n9bjzlfp1j85wyz8rj2hg2x4rm"))
>> +       (file-name (git-file-name name version))))
>> +
>> +    (build-system gnu-build-system)
>
> Nitpick: you can remove the empty line.

ok. I think guix lint outputted that way or maybe I already had it like that?

>> +    (arguments
>> +     `(#:make-flags (list ,(string-append "CC=" (cc-for-target))
>> +                          (string-append "PREFIX=" %output))
>> +                    #:tests? #f ; currently broken as go tries to use network
>
> Indentation is off.

emacs really likes to indent it like that. I wonder if I'm missing
something in my setup.


I'll take a look at just skipping network tests rather than avoiding
them altogether.




This bug report was last modified 2 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.