mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-20 16:15:54 +02:00
gnu: radvd: Fix cross-compiling.
* gnu/packages/admin.scm (radvd)[arguments]: When cross-compiling, Remove configure-flags. Change-Id: Iedaf571389e4a812f8fdb88908fea2fb759f07fd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user