me
/
guix
Archived
1
0
Fork 0

gnu: youtube-viewer: Add missing comment.

This is a follow-up to 315b98b9eb.

* gnu/packages/video.scm (youtube-viewer)[arguments]: Add comment
explaining why we don't install the gtk3 variant.
master
Efraim Flashner 2020-03-28 21:07:08 +03:00
parent e4257138fe
commit 619edce5cd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -1860,6 +1860,8 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
`(#:modules ((guix build perl-build-system) `(#:modules ((guix build perl-build-system)
(guix build utils) (guix build utils)
(srfi srfi-26)) (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") #:module-build-flags '("--gtk2")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases