From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#25425: cannot express search path Date: Thu, 12 Jan 2017 13:19:26 +0100 Message-ID: <87r34879o1.fsf@elephly.net> References: <87shoo7dgx.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cReMR-00061p-RD for bug-guix@gnu.org; Thu, 12 Jan 2017 07:20:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cReMM-00041a-VN for bug-guix@gnu.org; Thu, 12 Jan 2017 07:20:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cReMM-00041V-Ra for bug-guix@gnu.org; Thu, 12 Jan 2017 07:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cReMM-0000Vb-IA for bug-guix@gnu.org; Thu, 12 Jan 2017 07:20:02 -0500 In-Reply-To: <87shoo7dgx.fsf@mdc-berlin.de> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25425@debbugs.gnu.org It seems that the “search-path-specification” cannot be used to include placeholders such as “?” as required by LUA_PATH and LUA_CPATH. The search paths in Lua are not directories and they are not actual file names. I suggest adding an optional “placeholder” field to “search-path-specification”, which would hold a string like “?/?.lua” in this case.