summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-03-28 21:07:08 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-03-28 21:07:08 +0300
commit619edce5cd3e84b7a8012955039cbac0c4e24c21 (patch)
treee718b2786466ccf584cd49b5a6a0f2103777db75
parente4257138fe1d924c56c9979b75319585b9251fb7 (diff)
downloadpatches-619edce5cd3e84b7a8012955039cbac0c4e24c21.tar
patches-619edce5cd3e84b7a8012955039cbac0c4e24c21.tar.gz
gnu: youtube-viewer: Add missing comment.
This is a follow-up to 315b98b9eb71e1a56de6a49ffbfed0af3c92be7e. * gnu/packages/video.scm (youtube-viewer)[arguments]: Add comment explaining why we don't install the gtk3 variant.
-rw-r--r--gnu/packages/video.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2ca8605a1a..227c11d1fa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1860,6 +1860,8 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
`(#:modules ((guix build perl-build-system)
(guix build utils)
(srfi srfi-26))
+ ;; gtk-2/3 variants are both installed by default but the gtk3 variant
+ ;; is broken without perl-gtk3.
#:module-build-flags '("--gtk2")
#:phases
(modify-phases %standard-phases