1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 04:38:50 +02: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:
Efraim Flashner
2024-09-15 17:50:43 +03:00
parent e1f6f05d64
commit 0ce0bd246e
+1
View File
@@ -456,6 +456,7 @@ inspired by Dash.")
(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)