guix-patches
[Top][All Lists]
Advanced

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

[bug#41718] [PATCH] Update StumpWM Contrib Package Names and Add New One


From: Tobias Geerinckx-Rice
Subject: [bug#41718] [PATCH] Update StumpWM Contrib Package Names and Add New Ones
Date: Wed, 10 Jun 2020 00:00:39 +0200

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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