mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: markdeep: Add a source file-name.
* gnu/packages/documentation.scm (markdeep)[source]: Add a file-name field. Change-Id: Ib1502df173f9a436ead173dacfe4d1292b407cf3
This commit is contained in:
parent
e1f6f05d64
commit
0ce0bd246e
1 changed files with 1 additions and 0 deletions
|
@ -456,6 +456,7 @@ (define-public markdeep
|
|||
(uri (git-reference
|
||||
(url "https://github.com/morgan3d/markdeep")
|
||||
(commit (string-append "v0" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05bvw3993xh1260ckclwk4jw38hvgiff0b2940ryhbhz0p1k41l8"))))
|
||||
(build-system copy-build-system)
|
||||
|
|
Loading…
Reference in a new issue