From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dY9OF-0008R9-8Z for guix-patches@gnu.org; Thu, 20 Jul 2017 07:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dY9OA-0003DF-6X for guix-patches@gnu.org; Thu, 20 Jul 2017 07:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45988) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dY9OA-0003D2-39 for guix-patches@gnu.org; Thu, 20 Jul 2017 07:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dY9O9-0005AE-Vr for guix-patches@gnu.org; Thu, 20 Jul 2017 07:13:01 -0400 Subject: bug#27256: [PATCH] gnu: postgresql: Enable contributed extensions. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Thu, 20 Jul 2017 13:11:57 +0200 From: Danny Milosavljevic Message-ID: <20170720131157.172de135@scratchpost.org> In-Reply-To: <87tw27wja4.fsf@gnu.org> References: <20170605161806.23379-1-dannym@scratchpost.org> <87bmq2m4yx.fsf@gnu.org> <87tw27wja4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27256-done@debbugs.gnu.org Hi Ludo, I think I did. Does it show up for you? commit b7aa3f5d2e04800b60ece895c88dd753d2c3dfcc Author: Danny Milosavljevic Date: Mon Jun 5 18:18:06 2017 +0200 gnu: postgresql: Enable contributed extensions. * gnu/packages/databases.scm (postgresql)[arguments]: Add "build-contrib", "install-contrib" phases. Add configure-flags. [inputs]: Add libuuid.