mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libde265: Omit static library.
* gnu/packages/video.scm (libde265)[arguments]: Pass ‘--disable-static’.
This commit is contained in:
parent
186b7d536f
commit
cb9fd8de86
1 changed files with 3 additions and 0 deletions
|
@ -435,6 +435,9 @@ (define-public libde265
|
|||
(sha256
|
||||
(base32 "1qisj8ryzbknam3hk81rq70fsd9mcpxm898bqygvbsmbwyvmz3pg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--disable-static")))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue