gnu: libpagemaker: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libpagemaker)[source]: Hard-code NAME.
This commit is contained in:
parent
44aaf1e00a
commit
cb4c99ceb9
1 changed files with 2 additions and 2 deletions
|
@ -554,8 +554,8 @@ Java.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dev-www.libreoffice.org/src/" name "/"
|
(uri (string-append "https://dev-www.libreoffice.org/src/libpagemaker/"
|
||||||
name "-" version ".tar.xz"))
|
"libpagemaker-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"17ai8ajffr0ixxmmcv3k5vgjlcsix38ldb4fw2arild70pbsrbb6"))))
|
"17ai8ajffr0ixxmmcv3k5vgjlcsix38ldb4fw2arild70pbsrbb6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue