mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ (define-public libpsl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue