[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: radvd: Fix cross-compiling.
From: |
guix-commits |
Subject: |
10/12: gnu: radvd: Fix cross-compiling. |
Date: |
Thu, 2 Jan 2025 07:57:42 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit c43c586b9a99ef0f26c62eedbfc0b70e9d95eba0
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Jan 1 21:57:33 2025 +0800
gnu: radvd: Fix cross-compiling.
* gnu/packages/admin.scm (radvd)[arguments]: When cross-compiling, Remove
configure-flags.
Change-Id: Iedaf571389e4a812f8fdb88908fea2fb759f07fd
---
gnu/packages/admin.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0be8671d45..466df65dd9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1735,7 +1735,9 @@ maintenance releases.")
pkg-config))
(inputs (list libbsd))
(arguments
- `(#:configure-flags '("--with-check")))
+ (if (%current-target-system)
+ (list)
+ (list #:configure-flags #~(list "--with-check"))))
(home-page "https://radvd.litech.org/")
(synopsis "IPv6 Router Advertisement Daemon")
(description
- 02/12: gnu: wlroots: Update to 0.18.2., (continued)
- 02/12: gnu: wlroots: Update to 0.18.2., guix-commits, 2025/01/02
- 05/12: gnu: Add lightdm-mini-greeter., guix-commits, 2025/01/02
- 04/12: gnu: labwc: Update to 0.8.2., guix-commits, 2025/01/02
- 06/12: gnu: parallel: Update to 20241222., guix-commits, 2025/01/02
- 07/12: gnu: radvd: Update to 2.20., guix-commits, 2025/01/02
- 09/12: gnu: ne: Use G-expressions., guix-commits, 2025/01/02
- 12/12: gnu: foot: Update to 1.20.0., guix-commits, 2025/01/02
- 11/12: gnu: wlroots: Use G-expressions., guix-commits, 2025/01/02
- 03/12: gnu: Add libsfdo., guix-commits, 2025/01/02
- 01/12: gnu: capypdf: Update to 0.14.0., guix-commits, 2025/01/02
- 10/12: gnu: radvd: Fix cross-compiling.,
guix-commits <=
- 08/12: gnu: ne: Update to 3.3.3., guix-commits, 2025/01/02