From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41349) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB2MC-0008Rq-4a for guix-patches@gnu.org; Sun, 08 Mar 2020 16:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jB2MB-0004wD-9Y for guix-patches@gnu.org; Sun, 08 Mar 2020 16:17:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jB2MB-0004w8-7K for guix-patches@gnu.org; Sun, 08 Mar 2020 16:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jB2MA-0004On-3M for guix-patches@gnu.org; Sun, 08 Mar 2020 16:17:02 -0400 Subject: bug#39923: [PATCH] system: Export 'operating-system' missing fields. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200305103842.7339-1-brice@waegenei.re> Date: Sun, 08 Mar 2020 21:16:43 +0100 In-Reply-To: <20200305103842.7339-1-brice@waegenei.re> (Brice Waegeneire's message of "Thu, 5 Mar 2020 11:38:42 +0100") Message-ID: <87blp6a9g4.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: Brice Waegeneire Cc: 39923-done@debbugs.gnu.org Hi Brice, Brice Waegeneire skribis: > * gnu/system.scm: Export 'operating-system-firmware', > 'operating-system-keyboard-layout', > 'operating-system-name-service-switch', 'operating-system-pam-services', > 'operating-system-setuid-programs', 'operating-system-skeletons', > 'operating-system-sudoers-file', 'operating-system-swap-devices'. Applied, thanks! Ludo=E2=80=99.