From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54234) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP72u-0007Ez-Tl for guix-patches@gnu.org; Mon, 28 Oct 2019 11:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP72s-0000St-T9 for guix-patches@gnu.org; Mon, 28 Oct 2019 11:35:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP72s-0000Sh-PV for guix-patches@gnu.org; Mon, 28 Oct 2019 11:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP72s-0002Hl-Gm for guix-patches@gnu.org; Mon, 28 Oct 2019 11:35:02 -0400 Subject: [bug#37962] [PATCH] gnu: emacs-evil: Remove undo-tree dependency. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:54151) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP72h-0006vH-Ct for guix-patches@gnu.org; Mon, 28 Oct 2019 11:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP72g-0000KD-1D for guix-patches@gnu.org; Mon, 28 Oct 2019 11:34:51 -0400 Received: from mail-wr1-f44.google.com ([209.85.221.44]:37148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP72f-0000JX-RB for guix-patches@gnu.org; Mon, 28 Oct 2019 11:34:49 -0400 Received: by mail-wr1-f44.google.com with SMTP id e11so10381607wrv.4 for ; Mon, 28 Oct 2019 08:34:49 -0700 (PDT) Received: from newt.PARROT.BIZ (smtp.parrot.biz. [62.23.167.188]) by smtp.gmail.com with ESMTPSA id d202sm12423985wmd.47.2019.10.28.08.34.46 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Oct 2019 08:34:46 -0700 (PDT) From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Mon, 28 Oct 2019 16:34:35 +0100 Message-Id: <20191028153435.5076-1-clement@lassieur.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37962@debbugs.gnu.org Because it is buggy and unnecessary. See . * gnu/packages/emacs-xyz.scm (emacs-evil)[propagated-inputs]: Remove emacs-undo-tree and emacs-goto-chg. --- gnu/packages/emacs-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 688206452e..ba8ece1e22 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7418,9 +7418,6 @@ news items, openrc and runscripts.") (base32 "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q")))) (build-system emacs-build-system) - (propagated-inputs - `(("emacs-undo-tree" ,emacs-undo-tree) - ("emacs-goto-chg" ,emacs-goto-chg))) (home-page "https://github.com/emacs-evil/evil") (synopsis "Extensible Vi layer for Emacs") (description -- 2.23.0