gnu: cpufrequtils: Set file-name for source.
* gnu/packages/linux.scm (cpufrequtils)[source]: Add file-name field.
This commit is contained in:
parent
bb5e79ca43
commit
b0ea8808b6
1 changed files with 1 additions and 0 deletions
|
@ -4922,6 +4922,7 @@ also contains the libsysfs library.")
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git")
|
(url "https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01n2hp6v89cilqqvqvlcprphyhnljsjclh4h1zf3b1l7ypz29lbp"))))
|
(base32 "01n2hp6v89cilqqvqvlcprphyhnljsjclh4h1zf3b1l7ypz29lbp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue