diff options
author | Elais Player <elais@fastmail.com> | 2022-06-26 14:48:57 -0600 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-27 10:59:43 +0200 |
commit | 1967c0422693764687bbe99720a56008408fd4f1 (patch) | |
tree | b0ba62ad04d42714a2f8d860f2a58999f32ed252 | |
parent | gnu: font-abattis-cantarell: Build from source. (diff) | |
download | guix-1967c0422693764687bbe99720a56008408fd4f1.tar.gz guix-1967c0422693764687bbe99720a56008408fd4f1.tar.bz2 guix-1967c0422693764687bbe99720a56008408fd4f1.tar.xz |
gnu: stumpwm: Update to 22.05.
* gnu/packages/wm.scm (stumpwm): Update to 22.05.
[arguments]: Add 'fix-tests' phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/wm.scm | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index f0032cd4c7..ba39ccd0e9 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm | |||
@@ -37,7 +37,7 @@ | |||
37 | ;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl> | 37 | ;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl> |
38 | ;;; Copyright © 2020 EuAndreh <eu@euandre.org> | 38 | ;;; Copyright © 2020 EuAndreh <eu@euandre.org> |
39 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> | 39 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> |
40 | ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net> | 40 | ;;; Copyright © 2020, 2022 Guillaume Le Vaillant <glv@posteo.net> |
41 | ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com> | 41 | ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com> |
42 | ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net> | 42 | ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net> |
43 | ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net> | 43 | ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net> |
@@ -55,6 +55,7 @@ | |||
55 | ;;; Copyright © 2022 Pier-Hugues Pellerin <ph@heykimo.com> | 55 | ;;; Copyright © 2022 Pier-Hugues Pellerin <ph@heykimo.com> |
56 | ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 56 | ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
57 | ;;; Copyright © 2022 muradm <mail@muradm.net> | 57 | ;;; Copyright © 2022 muradm <mail@muradm.net> |
58 | ;;; Copyright © 2022 Elais Player <elais@fastmail.com> | ||
58 | ;;; | 59 | ;;; |
59 | ;;; This file is part of GNU Guix. | 60 | ;;; This file is part of GNU Guix. |
60 | ;;; | 61 | ;;; |
@@ -1820,7 +1821,7 @@ Wayland compositors supporting the wlr-output-management protocol.") | |||
1820 | (define-public stumpwm | 1821 | (define-public stumpwm |
1821 | (package | 1822 | (package |
1822 | (name "stumpwm") | 1823 | (name "stumpwm") |
1823 | (version "20.11") | 1824 | (version "22.05") |
1824 | (source | 1825 | (source |
1825 | (origin | 1826 | (origin |
1826 | (method git-fetch) | 1827 | (method git-fetch) |
@@ -1829,7 +1830,7 @@ Wayland compositors supporting the wlr-output-management protocol.") | |||
1829 | (commit version))) | 1830 | (commit version))) |
1830 | (file-name (git-file-name "stumpwm" version)) | 1831 | (file-name (git-file-name "stumpwm" version)) |
1831 | (sha256 | 1832 | (sha256 |
1832 | (base32 "1ghs6ihvmb3bz4q4ys1d3h6rdi96xyiw7l2ip7jh54c25049aymf")))) | 1833 | (base32 "12hf70mpwy0ixiyvv8sf8pkwrzz8nb12a8ybvsdpibsxfjxgxnan")))) |
1833 | (build-system asdf-build-system/sbcl) | 1834 | (build-system asdf-build-system/sbcl) |
1834 | (native-inputs `(("fiasco" ,sbcl-fiasco) | 1835 | (native-inputs `(("fiasco" ,sbcl-fiasco) |
1835 | ("texinfo" ,texinfo) | 1836 | ("texinfo" ,texinfo) |
@@ -1842,9 +1843,13 @@ Wayland compositors supporting the wlr-output-management protocol.") | |||
1842 | ("alexandria" ,sbcl-alexandria))) | 1843 | ("alexandria" ,sbcl-alexandria))) |
1843 | (outputs '("out" "lib")) | 1844 | (outputs '("out" "lib")) |
1844 | (arguments | 1845 | (arguments |
1845 | '(#:asd-systems '("stumpwm") | 1846 | '(#:phases |
1846 | #:phases | ||
1847 | (modify-phases %standard-phases | 1847 | (modify-phases %standard-phases |
1848 | (add-after 'unpack 'fix-tests | ||
1849 | (lambda _ | ||
1850 | (substitute* "stumpwm-tests.asd" | ||
1851 | (("\"ALL-TESTS\"") | ||
1852 | "\"RUN-PACKAGE-TESTS\" :package")))) | ||
1848 | (add-after 'create-asdf-configuration 'build-program | 1853 | (add-after 'create-asdf-configuration 'build-program |
1849 | (lambda* (#:key outputs #:allow-other-keys) | 1854 | (lambda* (#:key outputs #:allow-other-keys) |
1850 | (build-program | 1855 | (build-program |