unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35667] [PATCH] gnu: denemo: Use older version of gtksourceview.
@ 2019-05-10 12:06 Diego Nicola Barbato
  2019-05-11 19:36 ` bug#35667: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Nicola Barbato @ 2019-05-10 12:06 UTC (permalink / raw)
  To: 35667

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

Hi Guix,

Denemo currently fails to build because it does not find
'gtksourceview-3.0' during the 'configure' phase.  This patch should fix
that.

Regards,

Diego


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-denemo-Use-older-version-of-gtksourceview.patch --]
[-- Type: text/x-patch, Size: 906 bytes --]

From 0b8419a1f42b893abc6f9f056f86175fa7a63aff Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Fri, 10 May 2019 12:38:33 +0200
Subject: [PATCH] gnu: denemo: Use older version of gtksourceview.

* gnu/packages/music.scm (denemo)[inputs]: Replace gtksourceview with
  gtksourceview-3.
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index aafe420d04..12c13e0320 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -427,7 +427,7 @@ many input formats and provides a customisable Vi-style user interface.")
        ("glib" ,glib)
        ("gtk+" ,gtk+)
        ("gtk-doc" ,gtk-doc)
-       ("gtksourceview" ,gtksourceview)
+       ("gtksourceview" ,gtksourceview-3)
        ("guile" ,guile-2.0)
        ("intltool" ,intltool)
        ("librsvg" ,librsvg)
-- 
2.21.0


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

* bug#35667: [PATCH] gnu: denemo: Use older version of gtksourceview.
  2019-05-10 12:06 [bug#35667] [PATCH] gnu: denemo: Use older version of gtksourceview Diego Nicola Barbato
@ 2019-05-11 19:36 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-05-11 19:36 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 35667-done


Hi Diego,

thank you for this patch.  I pushed it to the master branch with commit
6bf795329a1da58e38f749f4af7a7694bfb64f97.

--
Ricardo

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

end of thread, other threads:[~2019-05-11 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-10 12:06 [bug#35667] [PATCH] gnu: denemo: Use older version of gtksourceview Diego Nicola Barbato
2019-05-11 19:36 ` bug#35667: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).