From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53715) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHa8Z-0008Js-3Y for guix-patches@gnu.org; Thu, 26 Mar 2020 17:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHa8Y-0006Te-5j for guix-patches@gnu.org; Thu, 26 Mar 2020 17:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54310) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHa8Y-0006TU-2b for guix-patches@gnu.org; Thu, 26 Mar 2020 17:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHa8X-00025T-Ve for guix-patches@gnu.org; Thu, 26 Mar 2020 17:34:01 -0400 Subject: [bug#40162] [PATCH] gnu: guix-data-service: Update to 0.0.1-19.d12909d. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200321092259.2729-1-mail@cbaines.net> <20200326212640.10610-1-mail@cbaines.net> Date: Thu, 26 Mar 2020 22:33:25 +0100 In-Reply-To: <20200326212640.10610-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 26 Mar 2020 21:26:40 +0000") Message-ID: <87mu8294yi.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: Christopher Baines Cc: 40162@debbugs.gnu.org Christopher Baines skribis: > These changes support the guix-data-service-backup-database and > guix-data-service-create-small-backup scripts. These are shell scripts, so > require coreutils from the build environment at runtime as well as binaries > from postgresql, ephemeralpg and optionally util-linux (for ionice and > renice). > > * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-19.d12909d. > [arguments]: Add (ice-9 ftw) and (ice-9 match) to #:modules, change the > 'install phase to wrap all bin files with some inputs as well. > [inputs]: Add util-linux and include ephemeralpg from native-inputs. > [native-inputs]: Move ephemeralpg to inputs. LGTM, thanks! Ludo'.