gnu: libpsl: Python is a native input.
* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ... [native-inputs]: ... here.
This commit is contained in:
parent
c4fa39188a
commit
f7e25e2ec7
|
@ -867,11 +867,13 @@ for efficient socket-like bidirectional reliable communication channels.")
|
||||||
"04pfagb7ppq3yibx4lhazd1v9nwkxdfkyy2rgcrmrf3mldsirga1"))))
|
"04pfagb7ppq3yibx4lhazd1v9nwkxdfkyy2rgcrmrf3mldsirga1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
||||||
|
;; For tests.
|
||||||
|
("python" ,python-wrapper)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn2" ,libidn2)
|
`(("libidn2" ,libidn2)
|
||||||
("libunistring" ,libunistring)
|
("libunistring" ,libunistring)))
|
||||||
("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