guix-commits
[Top][All Lists]
Advanced

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

09/22: gnu: libpsl: Build against Python 3.


From: guix-commits
Subject: 09/22: gnu: libpsl: Build against Python 3.
Date: Sun, 7 Jul 2019 19:04:42 -0400 (EDT)

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

commit ee3a4d367880dd826fc74a9e4080163f92e1512a
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 17:04:41 2019 +0200

    gnu: libpsl: Build against Python 3.
    
    * gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7731b1f..9fc7260 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -871,7 +871,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
     (inputs
      `(("libidn2" ,libidn2)
        ("libunistring" ,libunistring)
-       ("python-2" ,python-2)))
+       ("python" ,python-wrapper)))
     (home-page "https://github.com/rockdaboot/libpsl";)
     (synopsis "C library for the Publix Suffix List")
     (description



reply via email to

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