diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-08 15:02:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:27 -0500 |
commit | 1b858b122a11fd7a33a1c35fd6b341d27b03375c (patch) | |
tree | 71e50f446584773bfe6c12d9f62ef2f461d047be /gnu/local.mk | |
parent | 7ea92af5451702752d2f427275601324ffc2cd5b (diff) | |
download | guix-1b858b122a11fd7a33a1c35fd6b341d27b03375c.tar.gz |
gnu: gst-plugins-bad: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.18.5. [source]: Remove patches. Delete trailing #t. * gnu/packages/patches/gst-plugins-bad-fix-overflow.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 e9f518aa7c..4d997d655a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1216,7 +1216,6 @@ dist_patch_DATA = \ %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-bad-fix-overflow.patch \ %D%/packages/patches/gst-plugins-good-fix-test.patch \ %D%/packages/patches/gst-plugins-ugly-fix-out-of-bound-reads.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ |