From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUa7y-0006oK-Cj for guix-patches@gnu.org; Sun, 17 Jun 2018 12:02:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUa7v-0008NL-AJ for guix-patches@gnu.org; Sun, 17 Jun 2018 12:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUa7v-0008N1-60 for guix-patches@gnu.org; Sun, 17 Jun 2018 12:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fUa7u-0002wi-SC for guix-patches@gnu.org; Sun, 17 Jun 2018 12:02:02 -0400 Subject: bug#31850: [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Arun Isaac In-Reply-To: <87efh563jo.fsf@mdc-berlin.de> References: <20180615192622.6416-1-arunisaac@systemreboot.net> <87lgbeogjz.fsf@gnu.org> <87k1qy5uj5.fsf@mdc-berlin.de> <87efh563jo.fsf@mdc-berlin.de> Date: Sun, 17 Jun 2018 21:31:17 +0530 Message-ID: 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: Ricardo Wurmus Cc: 31850-done@debbugs.gnu.org >> But, we'd be forcing people to download the huge (~ 2.2 GB) >> texlive-texmf source tarball. And, the texlive package which depends on >> texlive-bin spends a good deal of time in the install phase. Is this >> fine? > > Only until this is built, which in the case of texlive should not take a > very long time on the build farm. Ok, done. Pushed!