gnu: libpsl: Build against Python 3.
* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
2c886af911
commit
ee3a4d3678
|
@ -871,7 +871,7 @@ for efficient socket-like bidirectional reliable communication channels.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn2" ,libidn2)
|
`(("libidn2" ,libidn2)
|
||||||
("libunistring" ,libunistring)
|
("libunistring" ,libunistring)
|
||||||
("python-2" ,python-2)))
|
("python" ,python-wrapper)))
|
||||||
(home-page "https://github.com/rockdaboot/libpsl")
|
(home-page "https://github.com/rockdaboot/libpsl")
|
||||||
(synopsis "C library for the Publix Suffix List")
|
(synopsis "C library for the Publix Suffix List")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue