From mboxrd@z Thu Jan 1 00:00:00 1970 From: L p R n d n Subject: Re: Packaging Arcan Date: Fri, 23 Nov 2018 13:32:18 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQ9h8-0001jL-0p for guix-devel@gnu.org; Fri, 23 Nov 2018 06:32:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQ9h4-0008GF-T6 for guix-devel@gnu.org; Fri, 23 Nov 2018 06:32:22 -0500 Received: from mout02.posteo.de ([185.67.36.142]:52791) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQ9h4-0008FQ-Mj for guix-devel@gnu.org; Fri, 23 Nov 2018 06:32:18 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id EDF002400E5 for ; Fri, 23 Nov 2018 12:32:16 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 431Z0c0tDxz9rxP for ; Fri, 23 Nov 2018 12:32:15 +0100 (CET) In-Reply-To: (L. p. R. n. d. n.'s message of "Fri, 23 Nov 2018 13:14:47 +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" To: guix-devel@gnu.org Huummm... Hello again, Forgot something again. :/ So one last question (let's hope). Arcan load 'appl's which are basically applications written in Lua. They don't need to be built, just copied to be used as is, so they don't produce binaries. To start an appl with arcan, you need to 'arcan $(path-to-appl)'. Whit Guix paths, it becomes quite complicated to load an appl. Fortunatly, Arcan allows us to specify an ENV variable with a folder containing the appls. Knowing that there can be multiple appls, how can we make them all availabe in the same folder the be able to do: 'arcan $(appl-name)' which would be a lot nicer. Thanks again, Lprndn