diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-26 21:15:32 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-26 23:23:26 +0100 |
commit | 845ba68d21ef549be0212d775e5d0f9c202d1af3 (patch) | |
tree | 7e04797bcb6291483fba5b7b37f3ecd709785a16 | |
parent | 79d7f35a297a105af2f88863f6ed91a896977b87 (diff) | |
download | guix-845ba68d21ef549be0212d775e5d0f9c202d1af3.tar.gz guix-845ba68d21ef549be0212d775e5d0f9c202d1af3.zip |
gnu: libass: Omit the static library.
* gnu/packages/video.scm (libass)[arguments]: New field.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 9026b710f5..e52ce7a28f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1201,6 +1201,8 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.") (base32 "0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (native-inputs `(("pkg-config" ,pkg-config) ("nasm" ,nasm))) |