mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-15 23:05:20 +02:00
gnu: lttoolbox: Remove redundant FILE-NAME.
* gnu/packages/dictionaries.scm (lttoolbox)[source]: Remove FILE-NAME field.
This commit is contained in:
@@ -320,8 +320,7 @@ translation engines from your terminal.")
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user