unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "José Miguel Sánchez García" <jmi2k@openmailbox.org>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: xmonad: Add missing propagated input.
Date: Fri, 06 Jan 2017 17:34:53 +0100	[thread overview]
Message-ID: <1adf5de996d4bf21362c97110f574565@openmailbox.org> (raw)

[-- 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


             reply	other threads:[~2017-01-06 16:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06 16:34 José Miguel Sánchez García [this message]
2017-01-07 21:48 ` [PATCH] gnu: xmonad: Add missing propagated input 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1adf5de996d4bf21362c97110f574565@openmailbox.org \
    --to=jmi2k@openmailbox.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).