mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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 @@ (define-public cpufrequtils
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue