From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Kernel config Date: Wed, 20 Jul 2016 23:09:11 +0200 Message-ID: References: <877fcliitk.fsf@elephly.net> <87twfp71pb.fsf@gnu.org> <87zipg17eh.fsf@gnu.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]:42282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPyjy-0008JY-Fk for help-guix@gnu.org; Wed, 20 Jul 2016 17:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPyjx-0002KE-Nx for help-guix@gnu.org; Wed, 20 Jul 2016 17:09:14 -0400 In-Reply-To: <87zipg17eh.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: help-guix@gnu.org > (define-public my-own-linux-libre > (package > (inherit linux-libre) > (native-inputs > `(("kconfig" ,(local-file "./my-kernel.conf")) > ,@(alist-delete "kconfig" (package-native-inputs linux-libre)))= ))) > > =E2=80=A6 which can be dropped in a file in $GUIX_PACKAGE_PATH. > > It remains somewhat inconvenient, though. Yep, inconvenient in the sense I couldn't find the right incantation to make this work, even with the help from people on #guix... --=20 Vincent Legoll