unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27737] [PATCH] gnu: leafpad: Use glib-or-gtk build-system.
@ 2017-07-17 18:37 Danny Milosavljevic
  2017-07-18 11:58 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-07-17 18:37 UTC (permalink / raw)
  To: 27737

* gnu/packages/text-editors.scm (leafpad): Use glib-or-gtk build-system.
---
 gnu/packages/text-editors.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 98df48119..56049eb51 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -26,6 +26,7 @@
   #:use-module (guix git-download)
   #:use-module (guix utils)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system glib-or-gtk)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (gnu packages)
   #:use-module (gnu packages assembly)
@@ -178,7 +179,7 @@ bindings and many of the powerful features of GNU Emacs.")
               (sha256
                (base32
                 "0b0az2wvqgvam7w0ns1j8xp2llslm1rx6h7zcsy06a7j0yp257cm"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))

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

* [bug#27737] [PATCH] gnu: leafpad: Use glib-or-gtk build-system.
  2017-07-17 18:37 [bug#27737] [PATCH] gnu: leafpad: Use glib-or-gtk build-system Danny Milosavljevic
@ 2017-07-18 11:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-07-18 11:58 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 27737

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/text-editors.scm (leafpad): Use glib-or-gtk build-system.

LGTM, thanks!

Ludo’.

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

end of thread, other threads:[~2017-07-18 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 18:37 [bug#27737] [PATCH] gnu: leafpad: Use glib-or-gtk build-system Danny Milosavljevic
2017-07-18 11:58 ` Ludovic Courtès

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).