summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-17 22:10:24 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-17 22:10:24 +0200
commitb7e147fffd05951b91e1e042a644ea7bc5394990 (patch)
treecc2dcd14ead7a5b269d4360a5b596835b2c5e431
parente12027179f136766609fb8dbc920f5705d62fc95 (diff)
gnu: libpsl: Fix source URL.
* gnu/packages/web.scm (libpsl)[source]: Fix 'uri'. Remove now unneeded 'file-name'.
-rw-r--r--gnu/packages/web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9a20b30e923..088aa0b2dfa 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -324,11 +324,10 @@ for efficient socket-like bidirectional reliable communication channels.")
324 (source (origin 324 (source (origin
325 (method url-fetch) 325 (method url-fetch)
326 (uri (string-append "https://github.com/rockdaboot/libpsl/" 326 (uri (string-append "https://github.com/rockdaboot/libpsl/"
327 "archive/" version ".tar.gz")) 327 "archive/libpsl-" version ".tar.gz"))
328 (sha256 328 (sha256
329 (base32 329 (base32
330 "1k0klj668c9v0r4993vfs3kq773mzdz61vsigqw6v1mjcwnf1si3")) 330 "1k0klj668c9v0r4993vfs3kq773mzdz61vsigqw6v1mjcwnf1si3"))))
331 (file-name (string-append name "-" version ".tar.gz"))))
332 (build-system gnu-build-system) 331 (build-system gnu-build-system)
333 (inputs `(("icu4c" ,icu4c))) 332 (inputs `(("icu4c" ,icu4c)))
334 ;; The release tarball lacks the generated files. 333 ;; The release tarball lacks the generated files.