From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJhJ8-0004dz-Pq for guix-patches@gnu.org; Sat, 10 Jun 2017 10:24:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJhJ4-00055n-QT for guix-patches@gnu.org; Sat, 10 Jun 2017 10:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJhJ4-00055L-NL for guix-patches@gnu.org; Sat, 10 Jun 2017 10:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJhJ4-0005Kp-Es for guix-patches@gnu.org; Sat, 10 Jun 2017 10:24:02 -0400 Subject: bug#27301: [PATCH] file-systems: Provide string->ext*-uuid, string->btrfs-uuid. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170609184212.23317-1-dannym@scratchpost.org> Date: Sat, 10 Jun 2017 16:23:32 +0200 In-Reply-To: <20170609184212.23317-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Fri, 9 Jun 2017 20:42:12 +0200") Message-ID: <87poebyl97.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: 27301@debbugs.gnu.org Danny Milosavljevic skribis: > * gnu/build/file-systems.scm (string->ext2-uuid, string->ext3-uuid, > string->ext4-uuid, string->btrfs-uuid): New variables. Export them. OK! Ludo'.