diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-12 00:29:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:58 -0400 |
commit | f8ef02ec76c7a3bf941497b668f618b425b2e057 (patch) | |
tree | db95d66f5d97791bb040460ca5a7e5f6b02d7a2e /gnu/packages/gnome-xyz.scm | |
parent | b659d8fafa3697859770fed4a4b7600def057eda (diff) | |
download | guix-f8ef02ec76c7a3bf941497b668f618b425b2e057.tar.gz |
gnu: arc-theme: Update to 20220405.
* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20220405. [native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7128ca3aa7..48b162d09a 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1084,7 +1084,7 @@ of windows.") (define-public arc-theme (package (name "arc-theme") - (version "20210412") + (version "20220405") (source (origin (method git-fetch) (uri (git-reference @@ -1093,7 +1093,7 @@ of windows.") (file-name (git-file-name name version)) (sha256 (base32 - "0zs44dagp6baiyszlr1kj5ncap43fg32dv07rl46nxbds2p65lh4")))) + "1gjwf75sg4xyfypb08qiy2cmqyr2mamjc4i46ifrq7snj15gy608")))) (build-system meson-build-system) (arguments '(#:configure-flags @@ -1102,8 +1102,7 @@ of windows.") (modify-phases %standard-phases (add-before 'build 'set-home ;placate Inkscape (lambda _ - (setenv "HOME" (getcwd)) - #t))))) + (setenv "HOME" (getcwd))))))) (native-inputs (list `(,glib "bin") ; for glib-compile-resources gnome-shell @@ -1111,6 +1110,7 @@ of windows.") inkscape/stable optipng pkg-config + python sassc/libsass-3.5)) (synopsis "Flat GTK+ theme with transparent elements") (description "Arc is a flat theme with transparent elements for GTK 3, GTK |