all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52171] [PATCH core-updates-frozen 1/2] gnu: darktable: Build with libsoup 2.
@ 2021-11-28 23:48 Vinicius Monego
  2021-11-28 23:51 ` [bug#52171] [PATCH core-updates-frozen 2/2] gnu: darktable: Build with OpenEXR 3 Vinicius Monego
  2021-11-29  0:04 ` [bug#52171] [PATCH core-updates-frozen v2 1/2] gnu: darktable: Build with libsoup 2 Vinicius Monego
  0 siblings, 2 replies; 5+ messages in thread
From: Vinicius Monego @ 2021-11-28 23:48 UTC (permalink / raw)
  To: 52171; +Cc: Vinicius Monego

* gnu/packages/photo.scm (darktable)[inputs]: Change libsoup to
libsoup-minimal-2.
---
 gnu/packages/photo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index da15126af4..8a07f32f3c 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -562,7 +562,7 @@ photographic equipment.")
        ("libpng" ,libpng)
        ("librsvg" ,librsvg)
        ("libsecret" ,libsecret) ;optional, for storing passwords
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2)
        ("libtiff" ,libtiff)
        ("libwebp" ,libwebp) ;optional, for WebP support
        ("libxml2" ,libxml2)

base-commit: e765ad091d861c99eae9fdd402214a2e2e90ed4d
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-29  2:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28 23:48 [bug#52171] [PATCH core-updates-frozen 1/2] gnu: darktable: Build with libsoup 2 Vinicius Monego
2021-11-28 23:51 ` [bug#52171] [PATCH core-updates-frozen 2/2] gnu: darktable: Build with OpenEXR 3 Vinicius Monego
2021-11-29  0:04 ` [bug#52171] [PATCH core-updates-frozen v2 1/2] gnu: darktable: Build with libsoup 2 Vinicius Monego
2021-11-29  0:04   ` [bug#52171] [PATCH core-updates-frozen v2 2/2] gnu: darktable: Build with OpenEXR 3 Vinicius Monego
2021-11-29  2:54     ` bug#52171: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.