From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50008) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRNBz-0001lE-K5 for guix-patches@gnu.org; Wed, 22 Apr 2020 17:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRNBy-00063W-VV for guix-patches@gnu.org; Wed, 22 Apr 2020 17:46:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41932) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRNBy-00062d-J3 for guix-patches@gnu.org; Wed, 22 Apr 2020 17:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRNBy-00012H-BA for guix-patches@gnu.org; Wed, 22 Apr 2020 17:46:02 -0400 Subject: [bug#40480] [PATCH v3] services: Add file-system utils to profile. Resent-Message-ID: Date: Wed, 22 Apr 2020 23:45:33 +0200 From: Danny Milosavljevic Message-ID: <20200422234533.208c22d2@scratchpost.org> In-Reply-To: <20200422185004.12102-1-brice@waegenei.re> References: <20200407083054.19472-1-brice@waegenei.re> <20200422185004.12102-1-brice@waegenei.re> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/goJiBPM+9/R4LJ04/f8e5ke"; protocol="application/pgp-signature"; micalg=pgp-sha256 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: 40480@debbugs.gnu.org --Sig_/goJiBPM+9/R4LJ04/f8e5ke Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 22 Apr 2020 20:50:04 +0200 Brice Waegeneire wrote: > +(define (file-system-type->utils type) > + "Return a utils package for file system TYPE, #f otherwise." > + (assoc-ref > + `(("bachefs" . ,bcachefs-tools) ^^ Typo? --Sig_/goJiBPM+9/R4LJ04/f8e5ke Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl6guv0ACgkQ5xo1VCww uqUntwf+LX8lXDE51yof3n8bhFXURXD0UqpwdpLK74ytB0MZOoMQ8awoubWo4FZ2 bKkFmVg72KHgdtMAAHxGaz/O2Hiwx3yBYJLjyYTcLJLzhy+AT0sJ3NmcBYin2WPh 62240/u4nqkawg2f1aB8f0wg9yLhe2RGNw8xsRvo0h8jzEZ/F0SwCMk+DmXjRBd0 3zcHoJ+5VukUo1lqzbnlhCYDn6N3dALoHHUjmt5oxsEdpOVfrNAbdvWsuQf9joaB KZ0wuENYWFBgNE3MmN9JfYkMk1paRGS7kcVgmzJ5Npfm36GJeTgPSKD17VlwHKQm Q6TZ6y4Y23C9ZJpT4QLUqylhKaCiXA== =yTG3 -----END PGP SIGNATURE----- --Sig_/goJiBPM+9/R4LJ04/f8e5ke--