gnu: aalib: Don't build static library.

* gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static"
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent 959bf37cd8
commit c776d7da26
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -745,6 +745,7 @@ stream decoding")
(ncurses (assoc-ref inputs "ncurses")))
(setenv "CONFIG_SHELL" (which "bash"))
(invoke "./configure"
"--disable-static"
(string-append "--prefix=" out)
(string-append "--build=" build)
(string-append "--with-ncurses="