me
/
guix
Archived
1
0
Fork 0

gnu: libcaca: Don't build static library.

* gnu/packages/video.scm (libcaca)[arguments]: Add configure-flag to
skip static library.
master
Efraim Flashner 2020-11-11 14:16:21 +02:00
parent a58adb8911
commit 12c40ca919
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -1228,6 +1228,8 @@ ASS/SSA (Advanced Substation Alpha/SubStation Alpha) subtitle format.")
(base32 (base32
"1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj")))) "1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("freeglut" ,freeglut) `(("freeglut" ,freeglut)