mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libxapp: Use a source file-name.
* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name.
This commit is contained in:
parent
820e32b556
commit
5b35ef308c
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ (define-public libxapp
|
|||
(uri (git-reference
|
||||
(url "https://github.com/linuxmint/xapp/")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n443lwmxzmfnw03n98cqnm2ah1iij6pwsnwbly8sncmzg5jyklg"))))
|
||||
|
|
Loading…
Reference in a new issue