guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: youtube-viewer: Add missing comment.


From: guix-commits
Subject: branch master updated: gnu: youtube-viewer: Add missing comment.
Date: Sat, 28 Mar 2020 14:07:25 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 619edce  gnu: youtube-viewer: Add missing comment.
619edce is described below

commit 619edce5cd3e84b7a8012955039cbac0c4e24c21
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Mar 28 21:07:08 2020 +0300

    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.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2ca8605..227c11d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]