mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ algorithm.")
|
|||
(uri (string-append
|
||||
"https://www.imbs.uni-luebeck.de/fileadmin/files/Software"
|
||||
"/randomjungle/randomjungle-" version ".tar_.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(patches (search-patches "randomjungle-disable-static-build.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue