diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-06-20 13:35:11 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-20 13:35:11 +0300 |
commit | d2580a3f2ef9d8b6090a739a7e09fea4c2c64e21 (patch) | |
tree | 27d418a88a9237bed5b2baf9d5556930c5dedd76 /gnu/packages/video.scm | |
parent | a6928240063e43e85a6b27e4d8e46f3d949617fd (diff) | |
download | guix-d2580a3f2ef9d8b6090a739a7e09fea4c2c64e21.tar guix-d2580a3f2ef9d8b6090a739a7e09fea4c2c64e21.tar.gz |
gnu: vlc: Add release-monitoring-url property.
* gnu/packages/video.scm (vlc)[properties]: New field.
Diffstat (limited to 'gnu/packages/video.scm')
-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 48c7c3a46d..18eb6d2d24 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2031,6 +2031,8 @@ videoformats depend on the configuration flags of ffmpeg.") (description "VLC is a cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.") + (properties + '((release-monitoring-url . "https://download.videolan.org/pub/videolan/vlc/last"))) (license license:gpl2+))) (define-public mplayer |