guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25991: [PATCH] gnu: surf: Add 'dmenu' and 'xprop' to 'inputs'.


From: Mekeor Melire
Subject: bug#25991: [PATCH] gnu: surf: Add 'dmenu' and 'xprop' to 'inputs'.
Date: Mon, 06 Mar 2017 02:55:01 +0100
User-agent: mu4e 0.9.18; emacs 25.1.1

This is meant to fix bug#25759 “Should 'surf' depend on 'xprop' and
'dmenu'?“:

https://lists.gnu.org/archive/html/bug-guix/2017-02/msg00054.html

I'm not sure if we really want this patch to be merged because there was
not much of a discussion on this proposal on the mailing list.

Also, I hope I'm sending it to the right mailing-list. I'm quite
confused by all the mailing-lists and bug-trackers.

>From 4f11e27908987cc8d607809785726fceadc0535f Mon Sep 17 00:00:00 2001
From: Mekeor Melire <address@hidden>
Date: Mon, 6 Mar 2017 02:36:47 +0100
Subject: [PATCH] gnu: surf: Add 'dmenu' and 'xprop' to 'inputs'.

* gnu/packages/suckless.scm (surf)[inputs]: Add dmenu and xprop.
---
 gnu/packages/suckless.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index e30a0883a..c845a0c72 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -257,9 +257,11 @@ drawing.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (inputs
-     `(("glib-networking" ,glib-networking)
+     `(("dmenu" ,dmenu)
+       ("glib-networking" ,glib-networking)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("webkitgtk" ,webkitgtk/gtk+-2)))
+       ("webkitgtk" ,webkitgtk/gtk+-2)
+       ("xprop" ,xprop)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "http://surf.suckless.org/";)
-- 
2.12.0

--
mekeor ~ EDD3 DFFA 76F6 11C0 145F 9A99 AC85 BAD8 A2F8 C868

reply via email to

[Prev in Thread] Current Thread [Next in Thread]