gnu: cpufrequtils: Set file-name for source.
* gnu/packages/linux.scm (cpufrequtils)[source]: Add file-name field.master
parent
bb5e79ca43
commit
b0ea8808b6
|
@ -4922,6 +4922,7 @@ also contains the libsysfs library.")
|
|||
(git-reference
|
||||
(url "https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01n2hp6v89cilqqvqvlcprphyhnljsjclh4h1zf3b1l7ypz29lbp"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Reference in New Issue