mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: fmt-11: Add a source file-name.
* gnu/packages/pretty-print.scm (fmt-11)[source]: Add a file-name field. Change-Id: Ib5e394b3312591a607d8277accece12f6aef15f5
This commit is contained in:
parent
02a3ad5b0c
commit
3f1609a50b
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ (define-public fmt-11
|
|||
(uri (git-reference
|
||||
(url "https://github.com/fmtlib/fmt")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1v9k57zj34axagkxwkmg73gs9h15i6c8nv9hsgwjwmi82pinv8r0"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Reference in a new issue