gnu: libpagemaker: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 23 Apr 2019 12:11:24 +0000 (14:11 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 23 Apr 2019 16:13:05 +0000 (18:13 +0200)
* gnu/packages/libreoffice.scm (libpagemaker)[source]: Hard-code NAME.

gnu/packages/libreoffice.scm

index d348a7a..dd289af 100644 (file)
@@ -554,8 +554,8 @@ Java.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "https://dev-www.libreoffice.org/src/" name "/"
-                          name "-" version ".tar.xz"))
+      (uri (string-append "https://dev-www.libreoffice.org/src/libpagemaker/"
+                          "libpagemaker-" version ".tar.xz"))
       (sha256 (base32
                "17ai8ajffr0ixxmmcv3k5vgjlcsix38ldb4fw2arild70pbsrbb6"))))
     (build-system gnu-build-system)