gnu: csmith: Add source file-name.

* gnu/packages/linux.scm (csmith)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2023-10-11 08:14:46 +03:00
parent cdc82b2f6e
commit 9fe9020645
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10480,6 +10480,7 @@ (define-public csmith
(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"))))