gnu: elogind: Add file-name for source.

* gnu/packages/freedesktop.scm (elogind)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2017-12-02 22:41:27 +02:00
parent 5247e79e5f
commit 72f6caadcb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))