gnu: mbpfan: Don't use unstable tarball.

* gnu/packages/linux.scm (mbpfan)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2018-09-24 01:44:50 +02:00
parent 697c584665
commit 5478ab1ece
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 5 deletions

View File

@ -4830,13 +4830,14 @@ interface to this kernel feature.")
(version "2.1.0") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/dgraziotin/mbpfan/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/dgraziotin/mbpfan.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1j44bpwv2zszih3cia9h7i7gb2gbfhzqh0s4kscbl7nplvyk3rlp")))) "1gysq778rkl6dvvj9a1swxcl15wvz0bng5bn4nwq118cl8p8pask"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; tests ask to be run as root '(#:tests? #f ; tests ask to be run as root