From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add moreutils. Date: Mon, 02 Feb 2015 22:51:16 +0100 Message-ID: <87wq40t223.fsf@gnu.org> References: <87a90yqvb6.fsf@taylan.uni.cx> <87386ql819.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87oapefai0.fsf@netris.org> <871tm9rd3i.fsf@taylan.uni.cx> <87siepk9bl.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87h9v5ptwd.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIOtu-0000Cz-BF for guix-devel@gnu.org; Mon, 02 Feb 2015 16:51:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIOtr-0006W3-E4 for guix-devel@gnu.org; Mon, 02 Feb 2015 16:51:22 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIOtr-0006Vz-By for guix-devel@gnu.org; Mon, 02 Feb 2015 16:51:19 -0500 In-Reply-To: <87h9v5ptwd.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sun, 01 Feb 2015 15:51:14 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > I still use setenv for XML_CATALOG_FILES; is there a more correct way? Yes there is! libxml2 has a =E2=80=98search-path-specification=E2=80=99 fo= r it, meaning that if both libxml2 and docbook are inputs, XML_CATALOG_FILES will automatically be set to /path/to/docbook-xsl/xml/docbook/whatev/42.1/catalog.xml. HTH, Ludo=E2=80=99.