diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-08 15:12:46 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:27 -0500 |
commit | 0268db5671df74d25fea5f0d7fe26ded6afc6d7b (patch) | |
tree | a035e05fd83828c5a917b6a6174151f9adcdef05 /gnu/local.mk | |
parent | 5ce79ae7405fb030613703a03eb675d8d2cf263c (diff) | |
download | guix-0268db5671df74d25fea5f0d7fe26ded6afc6d7b.tar.gz |
gnu: gst-libav: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.18.5. [source]: Remove patch, now integrated upstream. * gnu/packages/patches/gst-libav-64channels-stack-corruption.patch: Delete file. * gnu/local.mk: De-register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6ec789a376..5efc6dd4df 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1215,7 +1215,6 @@ dist_patch_DATA = \ %D%/packages/patches/grub-efi-fat-serial-number.patch \ %D%/packages/patches/grub-setup-root.patch \ %D%/packages/patches/gspell-dash-test.patch \ - %D%/packages/patches/gst-libav-64channels-stack-corruption.patch \ %D%/packages/patches/gst-plugins-good-fix-test.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ %D%/packages/patches/guile-2.2-skip-oom-test.patch \ |