From e982944f45317fcffc48f9a4fd526015893973b0 Mon Sep 17 00:00:00 2001
To: (unmatched-parenthesis via Guix-patches via <guix-patches@gnu.org>
A new system was added to stumpwm.asd (stumpwm/build) that needs to be
evaluated before the system stumpwm, otherwise the new dynamic-window types
will not be picked up for the tests. Be sure to preserve the order that these
systems are evaluated in with future updates.
* gnu/packages/wm.scm (stumpwm): Update to 22.05
gnu/packages/wm.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Toggle diff (41 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6933b1730a..2d5424a490 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
;;; Copyright © 2022 Pier-Hugues Pellerin <ph@heykimo.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 muradm <mail@muradm.net>
+;;; Copyright © 2022 Elais Player <elais@fastmail.com>
;;; This file is part of GNU Guix.
@@ -1819,7 +1820,7 @@ (define-public kanshi
@@ -1828,7 +1829,7 @@ (define-public stumpwm
(file-name (git-file-name "stumpwm" version))
- (base32 "1ghs6ihvmb3bz4q4ys1d3h6rdi96xyiw7l2ip7jh54c25049aymf"))))
+ (base32 "12hf70mpwy0ixiyvv8sf8pkwrzz8nb12a8ybvsdpibsxfjxgxnan"))))
(build-system asdf-build-system/sbcl)
(native-inputs `(("fiasco" ,sbcl-fiasco)
@@ -1841,7 +1842,7 @@ (define-public stumpwm
("alexandria" ,sbcl-alexandria)))
- '(#:asd-systems '("stumpwm")
+ '(#:asd-systems '("stumpwm/build" "stumpwm")
(modify-phases %standard-phases
(add-after 'create-asdf-configuration 'build-program