mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: libass: Omit the static library.
* gnu/packages/video.scm (libass)[arguments]: New field.
This commit is contained in:
parent
79d7f35a29
commit
845ba68d21
1 changed files with 2 additions and 0 deletions
|
@ -1201,6 +1201,8 @@ (define-public libass
|
|||
(base32
|
||||
"0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("nasm" ,nasm)))
|
||||
|
|
Loading…
Reference in a new issue