From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48097) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9nuA-00064v-Rp for guix-patches@gnu.org; Thu, 05 Mar 2020 05:39:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9nu9-0002qA-Vk for guix-patches@gnu.org; Thu, 05 Mar 2020 05:39:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36249) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9nu9-0002q6-RY for guix-patches@gnu.org; Thu, 05 Mar 2020 05:39:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9nu9-0005Ea-Py for guix-patches@gnu.org; Thu, 05 Mar 2020 05:39:01 -0500 Subject: [bug#39923] [PATCH] system: Export 'operating-system' missing fields. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9nu2-00064m-Nf for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9nu1-0002W0-FC for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:54 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:42533) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9nu1-0002P7-9V for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:53 -0500 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 8BF5A1C0007 for ; Thu, 5 Mar 2020 10:38:49 +0000 (UTC) From: Brice Waegeneire Date: Thu, 5 Mar 2020 11:38:42 +0100 Message-Id: <20200305103842.7339-1-brice@waegenei.re> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39923@debbugs.gnu.org * 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'. --- gnu/system.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/system.scm b/gnu/system.scm index 2e6d03272d..cfc730a41c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -100,6 +100,14 @@ operating-system-user-accounts operating-system-shepherd-service-names operating-system-user-kernel-arguments + 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 operating-system-derivation operating-system-profile -- 2.25.0