guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/145: gnu: atkmm-2.28: Do not propagate two variants of glibmm.


From: guix-commits
Subject: 48/145: gnu: atkmm-2.28: Do not propagate two variants of glibmm.
Date: Mon, 10 Jan 2022 11:44:07 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 299ee717e3ebbc1365c86d858243bbc239160072
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 23:12:54 2021 -0500

    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.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]