mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
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.
This commit is contained in:
parent
e4257138fe
commit
619edce5cd
1 changed files with 2 additions and 0 deletions
|
@ -1860,6 +1860,8 @@ (define-public youtube-viewer
|
|||
`(#: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
|
||||
|
|
Loading…
Reference in a new issue