gnu: mupdf: Don't use NAME in source URI.
* gnu/packages/pdf.scm (mupdf)[source]: Hard-code NAME.
This commit is contained in:
parent
2f04adf5c4
commit
51a11b82a3
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ extracting content or merging files.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://mupdf.com/downloads/archive/"
|
(uri (string-append "https://mupdf.com/downloads/archive/"
|
||||||
name "-" version "-source.tar.xz"))
|
"mupdf-" version "-source.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1npmy92lkj41nnc14b4fpq7z62pminy94zsdbrczj22jpn283rvg"))
|
"1npmy92lkj41nnc14b4fpq7z62pminy94zsdbrczj22jpn283rvg"))
|
||||||
|
|
Reference in a new issue