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

* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source
file-name.
This commit is contained in:
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

View file

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