mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: magic-enum: Declare a source file-name.
* gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field.
This commit is contained in:
parent
dbd94d966a
commit
578856fd46
1 changed files with 1 additions and 0 deletions
|
@ -819,6 +819,7 @@ provides a number of utilities to make coding with expected cleaner.")
|
|||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07j5zdf3vkliwrcv6k663k35akn7qp23794sz2mnvkj9hbv9s8cx"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue