gnu: libpsl: Build against Python 3.

* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
master
Marius Bakke 2019-07-07 17:04:41 +02:00
parent 2c886af911
commit ee3a4d3678
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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