me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2021-12-18 23:12:54 -05:00
parent 9e0dfe61e9
commit e25772628d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -1723,7 +1723,7 @@ library.")
(base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs atkmm)
(prepend glibmm-2.64)))))
(replace "glibmm" glibmm-2.64)))))
(define-public gtkmm
(package