me
/
guix
Archived
1
0
Fork 0

gnu: uhttpmock: Use libsoup 2.

* gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2 to
fix build.
master
Maxim Cournoyer 2021-10-31 01:26:17 -04:00
parent d42a56f8ae
commit fd34e2bc62
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -5092,7 +5092,7 @@ fast and flexible way of exploring HTML from the terminal.")
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libsoup" ,libsoup))) `(("libsoup" ,libsoup-minimal-2)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases