diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3ca7b5f222f..be5bac489f6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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)