From aadcbbcbc6043ecb6f95debb2c5aae36345111d3 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Fri, 16 Aug 2024 09:18:09 +0800 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index b33203c060..b1eb4bdb4d 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 -- cgit v1.2.3 f='/guix/tree/gnu/packages/enchant.scm?id=c4c1856dd251bcc2b8a2d26987bc065073074ffb'>treecommitdiff
AgeCommit message (Expand)Author
2020-12-28gnu: enchant: Update to 2.2.15....Vincent Legoll
2020-11-19gnu: Don't append '.git' to GitHub uris....Efraim Flashner
2020-11-10gnu: enchant: Update to 2.2.13....Tobias Geerinckx-Rice