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

commit ee3a4d367880dd826fc74a9e4080163f92e1512a
Author: Marius Bakke <[email protected]>
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