gnu: gerbv: Use a source file-name.

* gnu/packages/engineering.scm (gerbv)[source]: Add file-name field.

Change-Id: Ia0264233a75aa6fc2bd54de23c9510e184cbee31
This commit is contained in:
Efraim Flashner 2023-12-10 21:47:39 +02:00
parent 9535cee6cd
commit 8e61e63515
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -866,6 +866,7 @@ (define-public gerbv
(uri (git-reference
(url "https://github.com/gerbv/gerbv")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"06bcm5zw7whsnnmfld3gl2j907lxc68gnsbzr2pc4w6qc923rgmj"))))