aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-09-15 17:50:43 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-09-16 09:08:36 +0300
commit0ce0bd246e68dff2d99e54696a2ab9baa67af0c0 (patch)
tree98e4e40cbf6c792ee341bcd01495f9f19e368161 /gnu
parente1f6f05d6448f70871e377dc94b00d3c20f2062f (diff)
downloadguix-0ce0bd246e68dff2d99e54696a2ab9baa67af0c0.tar
guix-0ce0bd246e68dff2d99e54696a2ab9baa67af0c0.tar.gz
gnu: markdeep: Add a source file-name.
* gnu/packages/documentation.scm (markdeep)[source]: Add a file-name field. Change-Id: Ib1502df173f9a436ead173dacfe4d1292b407cf3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/documentation.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 2e1d219352..47cdc9668b 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -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)