aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-11 08:14:46 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-11 08:15:10 +0300
commit9fe9020645cbc052f16cd9a274a1a8364e5d6435 (patch)
treebfb57b37cb13e7c8253ac412e536f848b3cc66aa
parentcdc82b2f6e89ee2817419fa6d46ece6d2e424919 (diff)
downloadguix-9fe9020645cbc052f16cd9a274a1a8364e5d6435.tar
guix-9fe9020645cbc052f16cd9a274a1a8364e5d6435.tar.gz
gnu: csmith: Add source file-name.
* gnu/packages/linux.scm (csmith)[source]: Add file-name field.
-rw-r--r--gnu/packages/linux.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dd13f5829a..164662f92c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10480,6 +10480,7 @@ against the several transient execution CVEs that were published since early
(uri (git-reference
(url "https://github.com/csmith-project/csmith")
(commit (string-append "csmith-" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
"0nhrsnv6cny14xz68qb1h30fbwc05adkisk51p3x63mydm60ddl3"))))