GNU bug report logs - #41718
[PATCH] Update StumpWM Contrib Package Names and Add New Ones

Previous Next

Package: guix-patches;

Reported by: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>

Date: Thu, 4 Jun 2020 22:46:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 41718-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 41718-done <at> debbugs.gnu.org, Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
Subject: Re: bug#41718: [PATCH] Update StumpWM Contrib Package Names and Add
 New Ones
Date: Wed, 10 Jun 2020 00:00:39 +0200
[Message part 1 (text/plain, inline)]
Katherine, Oleg,

Thanks for the patches and testing!  I pushed a bug-fix in commit 
9bb102dc1c47275d2906a9f4e0b813e1940176d3:

+(define-public stumpish
+  (package
+    (inherit stumpwm-contrib)
+    (name "stumpish")
+    (inputs
+     `(("bash" ,bash)
+       ("rlwrap" ,rlwrap)))
+    (build-system trivial-build-system)
+    (arguments
+     '(#:modules ((guix build utils))
+       #:tests? #f

The ‘tests?’ keyword isn't understood by the trivial build system, 
and broke ‘guix pull’.

Oleg Pykhalov 写道:
> Thank you!  I successfully tested my StumpWM config on a virtual 
> machine
> with current changes and pushed them to master.

It's interesting that this didn't throw an error.  I guess the 
only way to test such things is to ‘guix pull’ yourself, which can 
be tedious and slow.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 64 days ago.

Previous Next


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