all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: xmonad: Add missing propagated input.
@ 2017-01-06 16:34 José Miguel Sánchez García
  2017-01-07 21:48 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: José Miguel Sánchez García @ 2017-01-06 16:34 UTC (permalink / raw)
  To: guix-devel

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

xmonad package needs some love, and this is the first step. ghc should 
be a
propagated input, because it's needed for certain commands such as
xmonad --recompile.

Note that the package remains broken and needs more improvements, but I 
haven't
been able to solve them yet.

-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-xmonad-Add-missing-propagated-input.patch --]
[-- Type: text/x-diff; name=0001-gnu-xmonad-Add-missing-propagated-input.patch, Size: 830 bytes --]

From c2bd154711abf7945895503b1d8250134792e5b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Fri, 6 Jan 2017 17:24:07 +0100
Subject: [PATCH] gnu: xmonad: Add missing propagated input.

* gnu/packages/wm.scm (xmonad)[propagated-inputs]: Add ghc.
---
 gnu/packages/wm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6713560c5..5c44bcff5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -343,6 +343,8 @@ prompt.")
        ("ghc-utf8-string" ,ghc-utf8-string)
        ("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
        ("ghc-x11" ,ghc-x11)))
+    (propagated-inputs
+     `(("ghc" ,ghc)))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-- 
2.11.0


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

end of thread, other threads:[~2017-01-11  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-06 16:34 [PATCH] gnu: xmonad: Add missing propagated input José Miguel Sánchez García
2017-01-07 21:48 ` Ludovic Courtès
2017-01-07 22:28   ` José Miguel Sánchez García
2017-01-08 10:56     ` Ludovic Courtès
2017-01-09 16:28       ` José Miguel Sánchez García
2017-01-11  8:25   ` Ricardo Wurmus

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.