mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: randomjungle: Fix unpack by providing a conventional file name.
* gnu/packages/machine-learning.scm (randomjungle)[source]: Override file name to avoid an unpack error.
This commit is contained in:
parent
3fbe85366f
commit
da5df7970f
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ (define-public randomjungle
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://www.imbs.uni-luebeck.de/fileadmin/files/Software"
|
"https://www.imbs.uni-luebeck.de/fileadmin/files/Software"
|
||||||
"/randomjungle/randomjungle-" version ".tar_.gz"))
|
"/randomjungle/randomjungle-" version ".tar_.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(patches (search-patches "randomjungle-disable-static-build.patch"))
|
(patches (search-patches "randomjungle-disable-static-build.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue