1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: matterhorn: Add a source file-name.

* gnu/packages/haskell-apps.scm (matterhorn)[source]: Add a file-name
field.

Change-Id: Ia0018465090271c833e94f72d8951b1a9bafb353
This commit is contained in:
Efraim Flashner
2024-09-15 18:05:46 +03:00
parent 7fa3ef904b
commit 58077f6aa1

View File

@@ -700,6 +700,7 @@ Wayland, and Linux console environments alike.")
(uri (git-reference
(url "https://github.com/matterhorn-chat/matterhorn")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "08ng5axranilvfl9j3v0mjgpg76kzacrqj4c8x6pblpc3yxx02i5"))))
(build-system haskell-build-system)