me
/
guix
Archived
1
0
Fork 0

gnu: cpufrequtils: Set file-name for source.

* gnu/packages/linux.scm (cpufrequtils)[source]: Add file-name field.
master
Efraim Flashner 2022-04-03 14:10:12 +03:00
parent bb5e79ca43
commit b0ea8808b6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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)