all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32431] [PATCH] gnu: clementine: Drop dependency on qtwebkit.
@ 2018-08-13 19:26 Pierre Langlois
  2018-08-13 20:58 ` Leo Famulari
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre Langlois @ 2018-08-13 19:26 UTC (permalink / raw)
  To: 32431

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Hello guix!

I realised clementine wasn't building because qtwebkit isn't building
either. But, it turns out that while it's an optional dependency
according to CMakeList.txt, it isn't actually used anywhere in the
code. Here's a patch that removes qtwebkit from its inputs.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-clementine-Drop-dependency-on-qtwebkit.patch --]
[-- Type: text/x-patch, Size: 931 bytes --]

From c32d30001676d80bc9c80ece3ee8c31ec9b72592 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Mon, 13 Aug 2018 09:05:17 +0100
Subject: [PATCH] gnu: clementine: Drop dependency on qtwebkit.

QtWebkit is optionally included in CMakeList.txt but isn't actually used
anywhere in the code.

* gnu/packages/music.scm (clementine)[inputs]: Remove qtwebkit.
---
 gnu/packages/music.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c5ee4293b..cf1e0f82f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -281,7 +281,6 @@ score, keyboard, guitar, drum and controller views.")
          ("pulseaudio" ,pulseaudio)
          ("qtbase" ,qtbase)
          ("qtx11extras" ,qtx11extras)
-         ("qtwebkit" ,qtwebkit)
          ("sqlite" ,sqlite-with-fts3)
          ("sparsehash" ,sparsehash)
          ("taglib" ,taglib)))
-- 
2.18.0


[-- Attachment #3: Type: text/plain, Size: 17 bytes --]


Thanks!
Pierre


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

end of thread, other threads:[~2018-08-15 18:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13 19:26 [bug#32431] [PATCH] gnu: clementine: Drop dependency on qtwebkit Pierre Langlois
2018-08-13 20:58 ` Leo Famulari
2018-08-13 21:12   ` Pierre Langlois
2018-08-14  2:31     ` Leo Famulari
2018-08-14  9:24       ` Pierre Langlois
2018-08-14 21:32         ` Pierre Langlois
2018-08-15  0:42           ` Leo Famulari
2018-08-15  6:57             ` Pierre Langlois
2018-08-15 18:35               ` bug#32431: " 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.