mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01: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"))))
|
(base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs atkmm)
|
(modify-inputs (package-propagated-inputs atkmm)
|
||||||
(prepend glibmm-2.64)))))
|
(replace "glibmm" glibmm-2.64)))))
|
||||||
|
|
||||||
(define-public gtkmm
|
(define-public gtkmm
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue