mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: guile-netlink: Allow cross-compilation.
* gnu/packages/guile-xyz.scm (guile-netlink)[arguments]: Remove, since #:tests? #f is unnecessary. [native-inputs]: Add GUILE-3.0.
This commit is contained in:
parent
a4d33fef31
commit
1759292c8b
1 changed files with 1 additions and 2 deletions
|
@ -4758,14 +4758,13 @@ (define-public guile-netlink
|
|||
(base32
|
||||
"0jcl6mzqy04if5drflmygmggbgzsxa42mlmskqb3cfqmksq0zj0y"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)); no tests
|
||||
(inputs
|
||||
`(("guile" ,guile-3.0)))
|
||||
(native-inputs
|
||||
`(("automake" ,automake)
|
||||
("autoconf" ,autoconf)
|
||||
("pkg-config" ,pkg-config)
|
||||
("guile" ,guile-3.0) ;for 'guild compile' + guile.m4
|
||||
("texinfo" ,texinfo)))
|
||||
(home-page "https://git.lepiller.eu/guile-netlink")
|
||||
(synopsis "Netlink protocol implementation for Guile")
|
||||
|
|
Loading…
Reference in a new issue