mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
"1kikkn971a14zzm7svi7190ldc14fjai0xyhpbcmp48s750sraji"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("LIBS=-lm")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("doxygen" ,doxygen)))
|
||||
|
|
Loading…
Reference in a new issue