mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: atkmm-2.28: Do not propagate two variants of glibmm.
* gnu/packages/gtk.scm (atkmm-2.28)[propagated-inputs]: Replace rather than append glibmm-2.64.
This commit is contained in:
parent
9e0dfe61e9
commit
e25772628d
1 changed files with 1 additions and 1 deletions
|
@ -1723,7 +1723,7 @@ (define-public atkmm-2.28
|
|||
(base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs atkmm)
|
||||
(prepend glibmm-2.64)))))
|
||||
(replace "glibmm" glibmm-2.64)))))
|
||||
|
||||
(define-public gtkmm
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue