aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-03-26 12:01:50 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-03-26 12:56:10 +0200
commit315b98b9eb71e1a56de6a49ffbfed0af3c92be7e (patch)
tree4b0126c5dd6318e268954ea02daba7f4cc526b47
parentb5a26299f7801502602265e21ed85f17c03dc34e (diff)
downloadguix-315b98b9eb71e1a56de6a49ffbfed0af3c92be7e.tar
guix-315b98b9eb71e1a56de6a49ffbfed0af3c92be7e.tar.gz
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.
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9d60bed682..2ca8605a1a 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