mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ldns: Make Python non-native.
The ldns-config and _ldns.la files keep a reference to its /include and /lib, respectively. The package won't currently cross-build. * gnu/packages/dns.scm (ldns)[native-inputs]: Move python-wrapper from here… [inputs]: …to here.
This commit is contained in:
parent
7e00455853
commit
a1bf1e6faf
1 changed files with 2 additions and 7 deletions
|
@ -202,14 +202,9 @@ (define-public ldns
|
||||||
(package-version python))
|
(package-version python))
|
||||||
"/site-packages"))))
|
"/site-packages"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen
|
(list doxygen perl perl-devel-checklib pkg-config swig))
|
||||||
perl
|
|
||||||
perl-devel-checklib
|
|
||||||
pkg-config
|
|
||||||
python-wrapper
|
|
||||||
swig))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list libpcap nss-certs openssl))
|
(list libpcap nss-certs openssl python-wrapper))
|
||||||
(synopsis "DNS library that facilitates DNS tool programming")
|
(synopsis "DNS library that facilitates DNS tool programming")
|
||||||
(description "LDNS aims to simplify DNS programming, it supports recent
|
(description "LDNS aims to simplify DNS programming, it supports recent
|
||||||
RFCs like the DNSSEC documents, and allows developers to easily create
|
RFCs like the DNSSEC documents, and allows developers to easily create
|
||||||
|
|
Loading…
Reference in a new issue