mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +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
|
(define-public stumpwm
|
||||||
(package
|
(package
|
||||||
(name "stumpwm")
|
(name "stumpwm")
|
||||||
(version "23.11")
|
(version "24.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2610,7 +2610,7 @@ (define-public stumpwm
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "stumpwm" version))
|
(file-name (git-file-name "stumpwm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0akrkxwmlk2596b0kl3q0nfi81ypfrpyyyf65vw7px5x17gsnq5i"))))
|
(base32 "0b8h33raf0ffl2zv678sxqpvq5xhy6sa88sdm7krnwcd15q8gb85"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiasco
|
(list sbcl-fiasco
|
||||||
|
@ -2627,11 +2627,6 @@ (define-public stumpwm
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-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
|
(add-after 'create-asdf-configuration 'build-program
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(build-program
|
(build-program
|
||||||
|
@ -2662,10 +2657,7 @@ (define-public stumpwm
|
||||||
(invoke "./autogen.sh")
|
(invoke "./autogen.sh")
|
||||||
(invoke "sh" "./configure" "SHELL=sh")
|
(invoke "sh" "./configure" "SHELL=sh")
|
||||||
(apply invoke "make" "stumpwm.info" make-flags)
|
(apply invoke "make" "stumpwm.info" make-flags)
|
||||||
(install-file "stumpwm.info" info))))
|
(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")))))))
|
|
||||||
(synopsis "Window manager written in Common Lisp")
|
(synopsis "Window manager written in Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Stumpwm is a window manager written entirely in Common Lisp.
|
"Stumpwm is a window manager written entirely in Common Lisp.
|
||||||
|
|
Loading…
Reference in a new issue