gnu: thermald: Add file-name for source.

* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2017-06-29 23:09:19 +03:00
parent 86ee76254b
commit 1b6d3b7a23
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2224,6 +2224,7 @@ make it a perfect utility on modern distros.")
(method url-fetch)
(uri (string-append "https://github.com/01org/thermal_daemon/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32
"14klz9fnvi9jdlaqwrp61xa5nh051n8ykrs1fh1wxd7j66qf2fn6"))))
(build-system gnu-build-system)