gnu: vte-ng: Fix build.
* gnu/packages/gnome.scm (vte-ng)[arguments]: Disable building docs. [native-inputs]: Remove gtk/stable.
This commit is contained in:
parent
28b477cb2e
commit
4b56f5c869
1 changed files with 1 additions and 4 deletions
|
@ -4498,11 +4498,8 @@ editors, IDEs, etc.")
|
|||
(base32
|
||||
"0rnm5c6m3abbm81jsfdas0y80z299ny54gr4syn4bfrms3s4g19l"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs vte)
|
||||
(prepend gtk-doc/stable)))
|
||||
(arguments
|
||||
`(#:configure-flags '("-Ddocs=true")))
|
||||
(list #:configure-flags #~(list "-Ddocs=false")))
|
||||
(synopsis "Enhanced VTE terminal widget")
|
||||
(description
|
||||
"VTE is a library (libvte) implementing a terminal emulator widget for
|
||||
|
|
Reference in a new issue