unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26416: [PATCH] gnu: lxde: Add leafpad.
@ 2017-04-09 10:02 Mathieu Othacehe
  2017-04-10  9:46 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Othacehe @ 2017-04-09 10:02 UTC (permalink / raw)
  To: 26416

* gnu/packages/lxde.scm (lxde)[propagated-inputs]: Add leafpad.
---
 gnu/packages/lxde.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 95c3312d5..02a88f64a 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
+;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,6 +32,7 @@
   #:use-module (gnu packages openbox)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages polkit)
+  #:use-module (gnu packages text-editors)
   #:use-module (gnu packages wm)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
@@ -457,9 +459,10 @@ in LXDE.")
     (arguments '(#:builder (mkdir %output)))
     (propagated-inputs
      ;; TODO:
-     ;; lxshortcut, lxsession-edit, gpicview, leafpad,
+     ;; lxshortcut, lxsession-edit, gpicview
      ;; lxappearance-obconf
      `(("menu-cache" ,menu-cache)
+       ("leafpad" ,leafpad)
        ("lxappearance" ,lxappearance)
        ("lxde-icon-theme" ,lxde-icon-theme)
        ("lxde-common" ,lxde-common)
-- 
2.12.2

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

* bug#26416: [PATCH] gnu: lxde: Add leafpad.
  2017-04-09 10:02 bug#26416: [PATCH] gnu: lxde: Add leafpad Mathieu Othacehe
@ 2017-04-10  9:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-04-10  9:46 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 26416-done

Mathieu Othacehe <m.othacehe@gmail.com> skribis:

> * gnu/packages/lxde.scm (lxde)[propagated-inputs]: Add leafpad.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2017-04-10  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-09 10:02 bug#26416: [PATCH] gnu: lxde: Add leafpad Mathieu Othacehe
2017-04-10  9:46 ` 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).