From aadcbbcbc6043ecb6f95debb2c5aae36345111d3 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Fri, 16 Aug 2024 09:18:09 +0800 Subject: [PATCH] gnu: unbound: Fix cross-compilation. * gnu/packages/dns.scm (unbound)[native-inputs]: Add python-wrapper. Change-Id: I98f5e11dad2d89a4f25fca8e0935134b39e779e3 --- gnu/packages/dns.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index b33203c0609..b1eb4bdb4d0 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2020 Leo Famulari ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Simon South -;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2021, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2023 Bruno Victal ;;; Copyright © 2023 Hilton Chain ;;; Copyright © 2024 John Kehayias @@ -647,7 +647,7 @@ BIND and djbdns---whilst using relatively little memory.") (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs - (list flex swig)) + (list flex swig python-wrapper)) (inputs (list expat libevent