From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaMbn-0005iu-JA for guix-patches@gnu.org; Fri, 21 Dec 2018 10:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaMbm-0000uW-VV for guix-patches@gnu.org; Fri, 21 Dec 2018 10:21:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gaMbm-0000u2-Oe for guix-patches@gnu.org; Fri, 21 Dec 2018 10:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gaMbm-0006Ha-JK for guix-patches@gnu.org; Fri, 21 Dec 2018 10:21:02 -0500 Subject: bug#33806: [PATCH] system: 'kernel->boot-label' now accepts inferior packages. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 21 Dec 2018 16:20:10 +0100 In-Reply-To: (pkill9's message of "Thu, 20 Dec 2018 14:44:05 +0000 (GMT)") Message-ID: <8736qqq53p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: pkill9@runbox.com Cc: 33806 <33806-done@debbugs.gnu.org> Hi, skribis: > From 0e86c0708f3aa0eb35a9fc3c9ef89dcb210bac3f Mon Sep 17 00:00:00 2001 > From: Pkill -9 > Date: Wed, 19 Dec 2018 20:22:20 +0000 > Subject: [PATCH] system: 'kernel->boot-label' now accepts inferior packag= es. > > * gnu/system.scm (kernel->boot-label): Get package name and version > using the functions for inferior packages if the kernel is an > inferior package. Return "GNU" if the kernel is not a package. I adjusted the indentation and applied. Thank you! Ludo=E2=80=99.