gnu: libpsl: Fix source URL.

* gnu/packages/web.scm (libpsl)[source]: Fix 'uri'.  Remove now
  unneeded 'file-name'.
This commit is contained in:
Ludovic Courtès 2015-07-17 22:10:24 +02:00
parent e12027179f
commit b7e147fffd

View file

@ -324,11 +324,10 @@ (define-public libpsl
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/" (uri (string-append "https://github.com/rockdaboot/libpsl/"
"archive/" version ".tar.gz")) "archive/libpsl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1k0klj668c9v0r4993vfs3kq773mzdz61vsigqw6v1mjcwnf1si3")) "1k0klj668c9v0r4993vfs3kq773mzdz61vsigqw6v1mjcwnf1si3"))))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("icu4c" ,icu4c))) (inputs `(("icu4c" ,icu4c)))
;; The release tarball lacks the generated files. ;; The release tarball lacks the generated files.