mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: lttoolbox: Remove redundant FILE-NAME.
* gnu/packages/dictionaries.scm (lttoolbox)[source]: Remove FILE-NAME field.
This commit is contained in:
parent
fbc2c04e20
commit
9c478cbd64
1 changed files with 1 additions and 2 deletions
|
@ -320,8 +320,7 @@ (define-public lttoolbox
|
|||
"https://github.com/apertium/lttoolbox/releases/download/v"
|
||||
version "/lttoolbox-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14yyrkzyqlsrii3v3ggg4dyvwlrcqcqc0aprphz5781a44jsrcwz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(base32 "14yyrkzyqlsrii3v3ggg4dyvwlrcqcqc0aprphz5781a44jsrcwz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue