mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
72191f371b
commit
c7233b2247
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ (define-public pantheon-wallpapers
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue