diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-03-02 21:47:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-02 21:47:50 +0100 |
commit | f073a850c9aef581dfc03694db23bdc4f170bc1a (patch) | |
tree | 8e6f6e3148bceee2335447d2fe936872449982b1 /gnu | |
parent | 8e4d13231a881dbeb0b574039764c494bfdcc520 (diff) | |
download | guix-f073a850c9aef581dfc03694db23bdc4f170bc1a.tar.gz |
gnu: dino: Replace 'pango-next' with 'pango'.
This is a followup to the merge commit in 7df09ee0ab3e7962ef27859ce87e06a323059284. 'pango-next' was removed in dc5fc7d23f0a4b62f8542bb24abb7ac1b589168d on 'core-updates'. * gnu/packages/messaging.scm (dino)[inputs]: Replace 'pango-next' with 'pango'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a07c7f7e9e..4d35bc8cca 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1395,7 +1395,7 @@ Encryption to Gajim.") libsignal-protocol-c libsoup libsrtp ;for calls support - pango-next ;gtk4 wants pango 1.50+ + pango ;gtk4 wants pango 1.50+ qrencode sqlite webrtc-audio-processing)) ;for A/V support |