gnu: guile-stis-parser: Override source file name.
* gnu/packages/guile-xyz.scm (guile-stis-parser)[source]: Provide file name for git checkout.
This commit is contained in:
parent
173c99601a
commit
29e76f0722
|
@ -2070,6 +2070,7 @@ completion, a simple mode line, etc.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/tampe/stis-parser")
|
(url "https://gitlab.com/tampe/stis-parser")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v4hvq7rlpbra1ni73lf8k6sdmjlflr50yi3p1f24g85h77pc7c0"))))
|
"0v4hvq7rlpbra1ni73lf8k6sdmjlflr50yi3p1f24g85h77pc7c0"))))
|
||||||
|
|
Loading…
Reference in New Issue