diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-09-15 17:50:43 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-09-16 09:08:36 +0300 |
commit | 0ce0bd246e68dff2d99e54696a2ab9baa67af0c0 (patch) | |
tree | 98e4e40cbf6c792ee341bcd01495f9f19e368161 /gnu | |
parent | e1f6f05d6448f70871e377dc94b00d3c20f2062f (diff) | |
download | guix-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.scm | 1 |
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) |