me
/
guix
Archived
1
0
Fork 0

gnu: libde265: Omit static library.

* gnu/packages/video.scm (libde265)[arguments]: Pass ‘--disable-static’.
master
Tobias Geerinckx-Rice 2020-08-19 01:08:45 +02:00
parent 186b7d536f
commit cb9fd8de86
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -435,6 +435,9 @@ applications by providing high-level classes for commonly required tasks.")
(sha256
(base32 "1qisj8ryzbknam3hk81rq70fsd9mcpxm898bqygvbsmbwyvmz3pg"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-static")))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)