mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: libcaca: Don't build static library.
* gnu/packages/video.scm (libcaca)[arguments]: Add configure-flag to skip static library.
This commit is contained in:
parent
a58adb8911
commit
12c40ca919
1 changed files with 2 additions and 0 deletions
|
@ -1228,6 +1228,8 @@ (define-public libcaca
|
|||
(base32
|
||||
"1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("freeglut" ,freeglut)
|
||||
|
|
Loading…
Reference in a new issue