guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libpsl: Update to 0.7.1.


From: Ludovic Courtès
Subject: 01/01: gnu: libpsl: Update to 0.7.1.
Date: Thu, 16 Jul 2015 22:04:16 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit e4d801623e7a64b3de8aadd00b5e4a1aa34728a7
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 17 00:01:38 2015 +0200

    gnu: libpsl: Update to 0.7.1.
    
    Removing the 'snippet' allows us to avoid 'patch-and-repack', which resets 
all
    the mtimes, thereby breaking the expectation tested in
    'test-is-public-builtin.c' that the mtime returned by 
'psl_builtin_file_time'
    is non-zero.
    
    * gnu/packages/web.scm (libpsl): Update to 0.7.1.
      [source]: Remove 'modules' and 'snippet'.
      [native-inputs]: Add PKG-CONFIG.
---
 gnu/packages/web.scm |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 99a176f..9a20b30 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -320,20 +320,15 @@ for efficient socket-like bidirectional reliable 
communication channels.")
 (define-public libpsl
   (package
     (name "libpsl")
-    (version "0.6.0")
+    (version "0.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rockdaboot/libpsl/";
                                   "archive/" version ".tar.gz"))
               (sha256
                (base32
-                "10s7xxxx6pp4ydp3san69sa6q379ih3pv92fyi565ggmlw8igv7a"))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Believe it or not, the .pc is invalid.  Fix it.
-               '(substitute* "libpsl.pc.in"
-                  (("-llibpsl") "-lpsl")))))
+                "1k0klj668c9v0r4993vfs3kq773mzdz61vsigqw6v1mjcwnf1si3"))
+              (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (inputs `(("icu4c" ,icu4c)))
     ;; The release tarball lacks the generated files.
@@ -341,7 +336,8 @@ for efficient socket-like bidirectional reliable 
communication channels.")
                      ("automake" ,automake)
                      ("gettext"  ,gnu-gettext)
                      ("which"    ,which)
-                     ("libtool"  ,libtool)))
+                     ("libtool"  ,libtool)
+                     ("pkg-config" ,pkg-config)))
     (arguments
      `(#:phases (alist-cons-after
                  'unpack 'bootstrap



reply via email to

[Prev in Thread] Current Thread [Next in Thread]