gnu: orchis-theme: Update to 2024-11-03.

* gnu/packages/gnome-xyz.scm (orchis-theme): Update to 2024-11-03.
[#:configure-flags]: Remove “--radio-color”.
This commit is contained in:
Liliana Marie Prikler 2024-12-07 14:17:45 +01:00
parent 5c842d4a9e
commit 91db60fa88
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1453,7 +1453,7 @@ (define-public numix-gtk-theme
(define-public orchis-theme (define-public orchis-theme
(package (package
(name "orchis-theme") (name "orchis-theme")
(version "2021-02-28") (version "2024-11-03")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1464,7 +1464,7 @@ (define-public orchis-theme
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1qp3phiza93qllrjm5xjjca5b7l2sbng8c382khy9m97grxvcq0y")) "1m1kml068pfnw0zl81khm8d0km5r56ynx29xddawh512a15n5h9b"))
(modules '((guix build utils) (modules '((guix build utils)
(ice-9 regex) (ice-9 regex)
(srfi srfi-26))) (srfi srfi-26)))
@ -1484,8 +1484,7 @@ (define-public orchis-theme
"--dest" (string-append "--dest" (string-append
(assoc-ref %outputs "out") (assoc-ref %outputs "out")
"/share/themes") "/share/themes")
"--theme" "all" "--theme" "all")
"--radio-color")
#:tests? #f ; no tests #:tests? #f ; no tests
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases