Archived
1
0
Fork 0

gnu: libpagemaker: Don't use NAME in source URI.

* gnu/packages/libreoffice.scm (libpagemaker)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-23 14:11:24 +02:00
parent 44aaf1e00a
commit cb4c99ceb9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)