From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLaXj-0003vy-7f for guix-patches@gnu.org; Tue, 30 Apr 2019 17:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLaXi-0001k7-9r for guix-patches@gnu.org; Tue, 30 Apr 2019 17:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57327) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLaXi-0001k2-5m for guix-patches@gnu.org; Tue, 30 Apr 2019 17:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLaXh-0005E3-S8 for guix-patches@gnu.org; Tue, 30 Apr 2019 17:44:01 -0400 Subject: [bug#35512] [PATCH 1/1] gnu: emacs: Add mailutils to inputs. References: <20190430214141.4226-1-jessejohngildersleve@zohomail.eu> In-Reply-To: <20190430214141.4226-1-jessejohngildersleve@zohomail.eu> Resent-Message-ID: From: wednesday Message-ID: <20190430214345.4376-2-jessejohngildersleve@zohomail.eu> Date: Tue, 30 Apr 2019 22:43:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 35512@debbugs.gnu.org Cc: wednesday * gnu/packages/emacs.scm (emacs)[inputs]: Add mailutils to replace insecure built-in movemail. --- gnu/packages/emacs.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7c60cc6021..a5e7000468 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -16,6 +16,7 @@ ;;; Copyright =C2=A9 2018 Efraim Flashner ;;; Copyright =C2=A9 2018 Mathieu Othacehe ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2019 Jesse John Gildersleve ;;; ;;; This file is part of GNU Guix. ;;; @@ -55,6 +56,7 @@ #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) #:use-module (gnu packages linux) ; alsa-lib + #:use-module (gnu packages mail) ; for mailutils #:use-module (gnu packages ncurses) #:use-module (gnu packages pkg-config) #:use-module (gnu packages texinfo) @@ -146,6 +148,7 @@ ("ncurses" ,ncurses) =20 ;; TODO: Add the optional dependencies. + ("mailutils" ,mailutils) ("libx11" ,libx11) ("gtk+" ,gtk+) ("libxft" ,libxft) --=20 2.21.0