guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: youtube-viewer: Don't build gtk3 front-end.


From: guix-commits
Subject: 02/02: gnu: youtube-viewer: Don't build gtk3 front-end.
Date: Thu, 26 Mar 2020 06:56:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 315b98b9eb71e1a56de6a49ffbfed0af3c92be7e
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Mar 26 12:01:50 2020 +0200

    gnu: youtube-viewer: Don't build gtk3 front-end.
    
    * gnu/packages/video.scm (youtube-viewer)[arguments]: Update
    module-build-flags to only build gtk2 front-end.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9d60bed..2ca8605 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1860,7 +1860,7 @@ 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))
-       #:module-build-flags '("--gtk")
+       #:module-build-flags '("--gtk2")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'refer-to-inputs



reply via email to

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