mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gavl: Fix building on armhf and aarch64.
* gnu/packages/video.scm (gavl)[arguments]: Add '-lm' to configure flags.
This commit is contained in:
parent
4b86f04a51
commit
c178aa344f
1 changed files with 2 additions and 0 deletions
|
@ -2529,6 +2529,8 @@ (define-public gavl
|
||||||
(base32
|
(base32
|
||||||
"1kikkn971a14zzm7svi7190ldc14fjai0xyhpbcmp48s750sraji"))))
|
"1kikkn971a14zzm7svi7190ldc14fjai0xyhpbcmp48s750sraji"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("LIBS=-lm")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("doxygen" ,doxygen)))
|
("doxygen" ,doxygen)))
|
||||||
|
|
Loading…
Reference in a new issue