diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-05-26 13:47:44 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-27 15:35:26 +0900 |
| commit | 3cb2f74b0dc7e5651bc767bd4b6ad6fa196f33eb (patch) | |
| tree | f660108b863b5cfffb42b461f3f7bbd561d1d6ff /gnu | |
| parent | c1b36b6524b66bbac87ca373a72f67a19a32db43 (diff) | |
gnu: pantalaimon: Switch to python-dbus.
Since ef6d874c3319 ("gnu: python-notify2: Switch to python-dbus."),
python-notify2 propagates python-dbus rather than python-dbus-1.2.
Because pantalaimon propagates python-notify2 as well as
python-dbus-1.2, we have a collision.
python-dbus-1.2 was specified as an input to pantalaimon
in commit 1f9e47518ba5 ("gnu: python-dbus: Rename to python-dbus-1.2 "),
to adapt the reference, so there should be no compatibility reasons
to use the older version.
* gnu/packages/matrix.scm (pantalaimon)[propagated-inputs]:
Replace python-dbus-1.2 with python-dbus.
Change-Id: I8da0bfab0d0eb25c00625ca3c1674d41a84caed9
Fixes: https://codeberg.org/guix/guix/issues/8839
Merges: https://codeberg.org/guix/guix/issues/8855
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/matrix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index adf87cf697d..93d89d9d2a9 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm | |||
| @@ -184,7 +184,7 @@ asyncio_mode = auto"))))) | |||
| 184 | python-attrs | 184 | python-attrs |
| 185 | python-cachetools | 185 | python-cachetools |
| 186 | python-click | 186 | python-click |
| 187 | python-dbus-1.2 | 187 | python-dbus |
| 188 | python-janus | 188 | python-janus |
| 189 | python-keyring | 189 | python-keyring |
| 190 | python-logbook | 190 | python-logbook |
