me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2021-12-22 22:45:01 +01:00
parent 7e00455853
commit a1bf1e6faf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 7 deletions

View File

@ -202,14 +202,9 @@ protocol.")
(package-version python))
"/site-packages"))))
(native-inputs
(list doxygen
perl
perl-devel-checklib
pkg-config
python-wrapper
swig))
(list doxygen perl perl-devel-checklib pkg-config swig))
(inputs
(list libpcap nss-certs openssl))
(list libpcap nss-certs openssl python-wrapper))
(synopsis "DNS library that facilitates DNS tool programming")
(description "LDNS aims to simplify DNS programming, it supports recent
RFCs like the DNSSEC documents, and allows developers to easily create