mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -2070,6 +2070,7 @@ (define-public guile-stis-parser
|
|||
(uri (git-reference
|
||||
(url "https://gitlab.com/tampe/stis-parser")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v4hvq7rlpbra1ni73lf8k6sdmjlflr50yi3p1f24g85h77pc7c0"))))
|
||||
|
|
Loading…
Reference in a new issue