summary refs log tree commit diff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-21 14:51:26 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-21 14:51:26 +0200
commit578856fd460015aa3e2be637d09e63590ea698a8 (patch)
tree727c9734fe4a8bc97da7d43196fd25bea0d851ae /gnu/packages/cpp.scm
parentdbd94d966ac971ceac1b51814dd75515a80132b0 (diff)
downloadguix-578856fd460015aa3e2be637d09e63590ea698a8.tar.gz
gnu: magic-enum: Declare a source file-name.
* gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 03b84efdc8..ca8f7a9f80 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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"))))