mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add vte-with-gtk-4.
* gnu/packages/gnome.scm (vte-with-gtk-4): New variable.
This commit is contained in:
parent
a38903ece6
commit
abdca6f9e0
1 changed files with 9 additions and 0 deletions
|
@ -4634,6 +4634,15 @@ (define-public vte
|
|||
editors, IDEs, etc.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public vte-with-gtk-4
|
||||
(package/inherit vte
|
||||
(name "vte-with-gtk4")
|
||||
(arguments (substitute-keyword-arguments (package-arguments vte)
|
||||
((#:configure-flags flags #~'())
|
||||
#~(cons* "-Dgtk4=true" "-Dgtk3=false" #$flags))))
|
||||
(propagated-inputs (modify-inputs (package-propagated-inputs vte)
|
||||
(replace "gtk+" gtk)))))
|
||||
|
||||
(define-public vte-ng
|
||||
(package
|
||||
(inherit vte)
|
||||
|
|
Loading…
Reference in a new issue