From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJK6p-0000fK-94 for guix-patches@gnu.org; Mon, 27 Nov 2017 09:10:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJK6k-0006xp-LF for guix-patches@gnu.org; Mon, 27 Nov 2017 09:10:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJK6k-0006xZ-HM for guix-patches@gnu.org; Mon, 27 Nov 2017 09:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJK6k-0002gG-A4 for guix-patches@gnu.org; Mon, 27 Nov 2017 09:10:02 -0500 Subject: [bug#29468] [PATCH 2/2] gnu: Patch udisks to directly reference cryptsetup and parted. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87k1ycf74y.fsf@cbaines.net> <20171127084815.20587-1-mail@cbaines.net> <20171127084815.20587-2-mail@cbaines.net> Date: Mon, 27 Nov 2017 15:09:47 +0100 In-Reply-To: <20171127084815.20587-2-mail@cbaines.net> (Christopher Baines's message of "Mon, 27 Nov 2017 08:48:15 +0000") Message-ID: <87r2sjlsno.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: Christopher Baines Cc: 29468@debbugs.gnu.org Christopher Baines skribis: > This fixes some functionality in gnome-disks, which uses udisks. Adding > cryptsetup enables creating partitions using LUKS, and adding parted enab= les > editing the partition tables through the disks application. > > * gnu/packages/freedesktop.scm (udisks)[inputs]: Add cryptsetup and parte= d. > (arguments): Rename set-mount-file-name phase, and add cryptsetup and > parted. I think the explanation above should be a comment, but otherwise LGTM. Thanks for fixing it! Ludo=E2=80=99.