From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56230) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2dUd-0003X5-DZ for guix-patches@gnu.org; Fri, 14 Feb 2020 11:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2dUc-0007gB-IB for guix-patches@gnu.org; Fri, 14 Feb 2020 11:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56776) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2dUc-0007fj-Ec for guix-patches@gnu.org; Fri, 14 Feb 2020 11:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2dUc-0003e1-9j for guix-patches@gnu.org; Fri, 14 Feb 2020 11:07:02 -0500 Subject: bug#39481: [PATCH] gnu: emacs-ess: Do not install files in "guix.d". Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Jelle Licht In-Reply-To: <20200207141427.10622-1-jlicht@fsfe.org> References: <20200207141427.10622-1-jlicht@fsfe.org> Date: Fri, 14 Feb 2020 17:06:34 +0100 Message-ID: <8736bdp305.fsf@jlicht.xyz> 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: 39481-done@debbugs.gnu.org Jelle Licht writes: > * gnu/packages/statistics.scm (emacs-ess)[arguments]: Move the etc and > lisp directories out of "guix.d". > --- > gnu/packages/statistics.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 172779035e..fe8b404769 100644 > --- a/gnu/packages/statistics.scm > +++ b/gnu/packages/statistics.scm > @@ -5823,7 +5823,7 @@ Java package that provides routines for various statistical distributions.") > #t)))) > (build-system gnu-build-system) > (arguments > - (let ((base-directory "/share/emacs/site-lisp/guix.d/ess")) > + (let ((base-directory "/share/emacs/site-lisp")) > `(#:make-flags (list (string-append "PREFIX=" %output) > (string-append "ETCDIR=" %output "/" > ,base-directory "/etc") > -- > 2.25.0 Merged as 53e7e3d7caa920cf61826568c60a48ba80714806 on master.