From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTEy7-0006Ji-Pm for guix-patches@gnu.org; Sun, 24 Dec 2017 17:42:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTEy2-0003ad-Tr for guix-patches@gnu.org; Sun, 24 Dec 2017 17:42:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eTEy2-0003aW-QB for guix-patches@gnu.org; Sun, 24 Dec 2017 17:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eTEy2-0002sq-HB for guix-patches@gnu.org; Sun, 24 Dec 2017 17:42:02 -0500 Subject: bug#29836: [PATCH] Add The Butterfly Effect (tbe) Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Nicolas Goaziou In-Reply-To: <20171224195438.GB5611@jasmine.lan> (Leo Famulari's message of "Sun, 24 Dec 2017 14:54:38 -0500") References: <87lghsgnzb.fsf@nicolasgoaziou.fr> <20171224195438.GB5611@jasmine.lan> Date: Sun, 24 Dec 2017 23:41:30 +0100 Message-ID: <87zi67g351.fsf@nicolasgoaziou.fr> 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: Leo Famulari Cc: 29836-done@debbugs.gnu.org Leo Famulari writes: > How about calling it the-butterfly-effect, which I think is more > clear? Fair enough. I renamed the variable and updated the `name' field. > gettext-minimal can be a native-input. Fixed. > qtxmlpatterns doesn't seem to be used. At least, it's not referenced by > the built package: Indeed. Also fixed. I pushed the commit with the changes above and an additional fix. Thank you for the review. Regards,