1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

gnu: z3: Declare source-file-name.

* gnu/packages/maths.scm (z3)[source]: Add missing 'file-name.
This commit is contained in:
Efraim Flashner
2018-12-16 23:17:09 +02:00
parent 917f5ee75c
commit 2d7b99b3c6

View File

@@ -3971,6 +3971,7 @@ as equations, scalars, vectors, and matrices.")
(method git-fetch)
(uri (git-reference (url home-page)
(commit (string-append "z3-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1vr57bwx40sd5riijyrhy70i2wnv9xrdihf6y5zdz56yq88rl48f"))))