diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-27 15:52:58 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-27 16:03:16 -0500 |
commit | 5aeee07cc922bdc605bb6cb7c2cd365d2d42f4d6 (patch) | |
tree | 00dc9950405852e5fe3b0ea89ab31a4e3984a13e /gnu/packages/video.scm | |
parent | 0e2abacae66db1295be8d5e87ff2eba6322f8f59 (diff) |
gnu: VLC: Remove obsolete patch.
* gnu/packages/patches/vlc-qt-5.15.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/video.scm (vlc)[source]: Remove patch.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index cebb70d28e..cd049fb375 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1773,7 +1773,6 @@ videoformats depend on the configuration flags of ffmpeg.") "https://download.videolan.org/pub/videolan/vlc/" (car (string-split version #\-)) "/vlc-" version ".tar.xz")) - (patches (search-patches "vlc-qt-5.15.patch")) (sha256 (base32 "0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g")))) |