gnu: gavl: Fix building on armhf and aarch64.

* gnu/packages/video.scm (gavl)[arguments]: Add '-lm' to configure flags.
master
Efraim Flashner 2017-10-28 23:09:58 +03:00
parent 4b86f04a51
commit c178aa344f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -2529,6 +2529,8 @@ tools for styling them, including a built-in real-time video preview.")
(base32
"1kikkn971a14zzm7svi7190ldc14fjai0xyhpbcmp48s750sraji"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("LIBS=-lm")))
(native-inputs
`(("pkg-config" ,pkg-config)
("doxygen" ,doxygen)))