diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-18 23:12:54 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:37 -0500 |
commit | e25772628d76771a920a44aec6220509724418dc (patch) | |
tree | 459412a8e233e832e967a2af9bdd41f23e0a07a3 | |
parent | 9e0dfe61e96556d9824e1583d17b13f1eda8300d (diff) | |
download | guix-e25772628d76771a920a44aec6220509724418dc.tar.gz |
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.
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 358b9c5d52..d1d5b56c91 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -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 |