From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUDpz-000096-7F for guix-patches@gnu.org; Sat, 16 Jun 2018 12:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUDpy-0001WU-Co for guix-patches@gnu.org; Sat, 16 Jun 2018 12:14:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43982) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUDpy-0001WM-7f for guix-patches@gnu.org; Sat, 16 Jun 2018 12:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fUDpy-0005sr-1X for guix-patches@gnu.org; Sat, 16 Jun 2018 12:14:02 -0400 Subject: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180615192622.6416-1-arunisaac@systemreboot.net> Date: Sat, 16 Jun 2018 18:13:36 +0200 In-Reply-To: <20180615192622.6416-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sat, 16 Jun 2018 00:56:22 +0530") Message-ID: <87lgbeogjz.fsf@gnu.org> 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: Arun Isaac Cc: 31850@debbugs.gnu.org, Ricardo Wurmus Hello, Arun Isaac skribis: > * gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detection > phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl wi= th > 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 whic= h 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? Ludo=E2=80=99.