From a93aa3b6ce4f0f0cfd7981720d3628166a46c453 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 13 Jan 2025 13:15:19 +0100 Subject: [PATCH] gnu: stumpwm: Update to 24.11. * gnu/packages/wm.scm (stumpwm): Update to 24.11. [arguments]: Remove 'fix-tests' and 'remove-temporary-cache' phases. Change-Id: I353e21e360c1c332f484a8bbd7437cb812b8ef15 --- gnu/packages/wm.scm | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 4331ba3bba..f659af3282 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2601,7 +2601,7 @@ (define-public wdisplays (define-public stumpwm (package (name "stumpwm") - (version "23.11") + (version "24.11") (source (origin (method git-fetch) @@ -2610,7 +2610,7 @@ (define-public stumpwm (commit version))) (file-name (git-file-name "stumpwm" version)) (sha256 - (base32 "0akrkxwmlk2596b0kl3q0nfi81ypfrpyyyf65vw7px5x17gsnq5i")))) + (base32 "0b8h33raf0ffl2zv678sxqpvq5xhy6sa88sdm7krnwcd15q8gb85")))) (build-system asdf-build-system/sbcl) (native-inputs (list sbcl-fiasco @@ -2627,11 +2627,6 @@ (define-public stumpwm (list #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'fix-tests - (lambda _ - (substitute* "stumpwm-tests.asd" - (("\"ALL-TESTS\"") - "\"RUN-PACKAGE-TESTS\" :package")))) (add-after 'create-asdf-configuration 'build-program (lambda* (#:key outputs #:allow-other-keys) (build-program @@ -2662,10 +2657,7 @@ (define-public stumpwm (invoke "./autogen.sh") (invoke "sh" "./configure" "SHELL=sh") (apply invoke "make" "stumpwm.info" make-flags) - (install-file "stumpwm.info" info)))) - (add-after 'install-manual 'remove-temporary-cache - (lambda* (#:key outputs #:allow-other-keys) - (delete-file-recursively (string-append #$output "/.cache"))))))) + (install-file "stumpwm.info" info))))))) (synopsis "Window manager written in Common Lisp") (description "Stumpwm is a window manager written entirely in Common Lisp.