From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: xmonad: Add missing propagated input. Date: Sat, 07 Jan 2017 22:48:28 +0100 Message-ID: <87r34ey21f.fsf@gnu.org> References: <1adf5de996d4bf21362c97110f574565@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPyqp-0007XC-Tl for guix-devel@gnu.org; Sat, 07 Jan 2017 16:48:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPyqk-0006Tt-Ui for guix-devel@gnu.org; Sat, 07 Jan 2017 16:48:35 -0500 In-Reply-To: <1adf5de996d4bf21362c97110f574565@openmailbox.org> (=?utf-8?Q?=22Jos=C3=A9?= Miguel =?utf-8?Q?S=C3=A1nchez_Garc=C3=ADa=22's?= message of "Fri, 06 Jan 2017 17:34:53 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?Jos=C3=A9?= Miguel =?utf-8?Q?S=C3=A1nchez_Garc=C3=ADa?= Cc: guix-devel@gnu.org Jos=C3=A9 Miguel S=C3=A1nchez Garc=C3=ADa skribis: > 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. Instead of propagating it, would it be possible to hard-code the absolute file name of =E2=80=98ghc=E2=80=99 inside the xmonad source? That would avoid pulling in GHC in the user=E2=80=99s profile, which could conflict with the user=E2=80=99s GHC. Thanks! Ludo=E2=80=99.