me
/
guix
Archived
1
0
Fork 0

gnu: pantheon-wallpapers: Use a source file-name.

* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source
file-name.
Efraim Flashner 2023-07-08 23:24:10 +03:00
parent 72191f371b
commit c7233b2247
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ download.")
(uri (git-reference (uri (git-reference
(url "https://github.com/elementary/wallpapers/") (url "https://github.com/elementary/wallpapers/")
(commit version))) (commit version)))
(file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"0km3h52kapbm8ymwxdxasz80qbgzkfni7981pdyf740wjp7linwb")))) "0km3h52kapbm8ymwxdxasz80qbgzkfni7981pdyf740wjp7linwb"))))
(build-system meson-build-system) (build-system meson-build-system)