mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.
This is a followup to commit 0e8b7b1c35
.
* gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful
file-name.
This commit is contained in:
parent
b245f7589e
commit
5ce09ef18f
1 changed files with 2 additions and 0 deletions
|
@ -484,12 +484,14 @@ (define-public openjpeg
|
|||
(define openjpeg-2.1.2
|
||||
(package
|
||||
(inherit openjpeg)
|
||||
(name "openjpeg")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/uclouvain/openjpeg/archive/v"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19yz4g0c45sm8y1z01j9djsrl1mkz3pmw7fykc6hkvrqymp7prsc"))
|
||||
|
|
Loading…
Reference in a new issue