mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vte/gtk+-3: Set upstream name.
* gnu/packages/gnome.scm (vtk/gtk+-3)[properties]: New field. Change-Id: I93bb7af4d5e2646f78e37350ccf64fb974d19825
This commit is contained in:
parent
21467e43f1
commit
1bef690046
1 changed files with 3 additions and 1 deletions
|
@ -4672,7 +4672,9 @@ editors, IDEs, etc.")
|
||||||
((#:configure-flags flags #~'())
|
((#:configure-flags flags #~'())
|
||||||
#~(cons "-Dgtk4=false" (delete "-Dgtk3=false" #$flags)))))
|
#~(cons "-Dgtk4=false" (delete "-Dgtk3=false" #$flags)))))
|
||||||
(propagated-inputs (modify-inputs (package-propagated-inputs vte)
|
(propagated-inputs (modify-inputs (package-propagated-inputs vte)
|
||||||
(replace "gtk" gtk+)))))
|
(replace "gtk" gtk+)))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "vte")))))
|
||||||
|
|
||||||
(define-public vte-with-sixel
|
(define-public vte-with-sixel
|
||||||
(package/inherit vte
|
(package/inherit vte
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue