mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: gnome-calculator: Use libsoup 2.
* gnu/packages/gnome.scm (gnome-calculator)[inputs]: Replace libsoup by libsoup-minimal-2.
This commit is contained in:
parent
acd827be09
commit
65bb6040ef
1 changed files with 1 additions and 1 deletions
|
@ -10100,7 +10100,7 @@ (define-public gnome-calculator
|
|||
("gtksourceview" ,gtksourceview)
|
||||
("libgee" ,libgee)
|
||||
("libhandy" ,libhandy)
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("libxml2" ,libxml2)
|
||||
("mpc" ,mpc)
|
||||
("mpfr" ,mpfr)))
|
||||
|
|
Loading…
Reference in a new issue