mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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
This commit is contained in:
parent
6d8965368b
commit
a93aa3b6ce
1 changed files with 3 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue