From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUI6C-0001VY-77 for guix-patches@gnu.org; Sat, 16 Jun 2018 16:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUI6B-0004JG-8U for guix-patches@gnu.org; Sat, 16 Jun 2018 16:47:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44232) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUI6B-0004Ic-4A for guix-patches@gnu.org; Sat, 16 Jun 2018 16:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fUI69-00082s-K2 for guix-patches@gnu.org; Sat, 16 Jun 2018 16:47:02 -0400 Subject: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". Resent-Message-ID: References: <20180615192622.6416-1-arunisaac@systemreboot.net> <87lgbeogjz.fsf@gnu.org> From: Ricardo Wurmus In-Reply-To: <87lgbeogjz.fsf@gnu.org> Date: Sat, 16 Jun 2018 22:46:38 +0200 Message-ID: <87k1qy5uj5.fsf@mdc-berlin.de> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31850@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hello, > > Arun Isaac skribis: > >> * gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detecti= on >> phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl w= ith >> the absolute path to "gs" in the store. > > LGTM. > >> I seem to have made one of the lines way too long. I'll fix that before >> pushing, once someone has reviewed this patch. Also, should this patch >> go to core-updates considering that the texlive package is very tedious >> to build? > > =E2=80=98texlive-bin=E2=80=99 has just 252 dependent it seems, many of wh= ich are > =E2=80=98texlive-=E2=80=99 packages, which are usually quickly built. So= I=E2=80=99d say it=E2=80=99s > OK for master, but I could be missing some other way in which > =E2=80=98texlive-bin=E2=80=99 is depended on. Ricardo, WDYT? Yes, this should be fine. Thanks! --=20 Ricardo