gnu: elogind: Add file-name for source.
* gnu/packages/freedesktop.scm (elogind)[source]: Add file-name field.
This commit is contained in:
parent
5247e79e5f
commit
72f6caadcb
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ (define-public elogind
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/elogind/elogind/"
|
||||
"archive/v" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qcxian48z2dj5gfmp7brrngdydqf2jm00f4rjr5sy1myh8fy931"))
|
||||
|
|
Loading…
Reference in a new issue