From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5dWH-0000hY-K6 for guix-patches@gnu.org; Mon, 09 Apr 2018 16:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5dWE-0000n1-G7 for guix-patches@gnu.org; Mon, 09 Apr 2018 16:36:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5dWE-0000mt-BP for guix-patches@gnu.org; Mon, 09 Apr 2018 16:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f5dWE-0008VJ-5E for guix-patches@gnu.org; Mon, 09 Apr 2018 16:36:02 -0400 Subject: [bug#31087] [PATCH] gnu: Add libcgroup. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180407112125.18650-1-sleep_walker@gnu.org> <20180407151724.11382-1-sleep_walker@gnu.org> Date: Mon, 09 Apr 2018 22:35:45 +0200 In-Reply-To: <20180407151724.11382-1-sleep_walker@gnu.org> ("=?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?="'s message of "Sat, 7 Apr 2018 17:17:24 +0200") Message-ID: <87o9isglsu.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: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Cc: 31087@debbugs.gnu.org Hello, Tom=C3=A1=C5=A1 =C4=8Cech skribis: > * gnu/packages/linux.scm (libcgroup): New variable. [...] > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + ;; tests try to mount cgroup filesystem and fails because it se= ems it > + ;; can't be mounted twice > + ;; let's disable it > + (delete 'check)))) Simply write #:tests? #f. > + (native-inputs > + `(("bison" ,bison) > + ("flex" ,flex) > + ("linux-pam" ,linux-pam))) Should =E2=80=98linux-pam=E2=80=99 be in =E2=80=98inputs=E2=80=99 rather th= an =E2=80=98native-inputs=E2=80=99? Otherwise LGTM, thanks! Ludo=E2=80=99.