gnu: arc-theme: Update to 20220405.
* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20220405. [native-inputs]: Add python.
This commit is contained in:
parent
b659d8fafa
commit
f8ef02ec76
@ -1084,7 +1084,7 @@ of windows.")
|
|||||||
(define-public arc-theme
|
(define-public arc-theme
|
||||||
(package
|
(package
|
||||||
(name "arc-theme")
|
(name "arc-theme")
|
||||||
(version "20210412")
|
(version "20220405")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -1093,7 +1093,7 @@ of windows.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zs44dagp6baiyszlr1kj5ncap43fg32dv07rl46nxbds2p65lh4"))))
|
"1gjwf75sg4xyfypb08qiy2cmqyr2mamjc4i46ifrq7snj15gy608"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
@ -1102,8 +1102,7 @@ of windows.")
|
|||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'set-home ;placate Inkscape
|
(add-before 'build 'set-home ;placate Inkscape
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd)))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") ; for glib-compile-resources
|
(list `(,glib "bin") ; for glib-compile-resources
|
||||||
gnome-shell
|
gnome-shell
|
||||||
@ -1111,6 +1110,7 @@ of windows.")
|
|||||||
inkscape/stable
|
inkscape/stable
|
||||||
optipng
|
optipng
|
||||||
pkg-config
|
pkg-config
|
||||||
|
python
|
||||||
sassc/libsass-3.5))
|
sassc/libsass-3.5))
|
||||||
(synopsis "Flat GTK+ theme with transparent elements")
|
(synopsis "Flat GTK+ theme with transparent elements")
|
||||||
(description "Arc is a flat theme with transparent elements for GTK 3, GTK
|
(description "Arc is a flat theme with transparent elements for GTK 3, GTK
|
||||||
|
Loading…
Reference in New Issue
Block a user