From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39534) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hifG3-0006S8-9L for gwl-devel@gnu.org; Wed, 03 Jul 2019 09:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hifG0-0002Q3-IT for gwl-devel@gnu.org; Wed, 03 Jul 2019 09:25:10 -0400 Received: from pelzflorian.de ([5.45.111.108]:41650 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hifFz-0002Of-UV for gwl-devel@gnu.org; Wed, 03 Jul 2019 09:25:08 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 2408A36007F for ; Wed, 3 Jul 2019 15:25:05 +0200 (CEST) Date: Wed, 3 Jul 2019 15:25:04 +0200 From: "pelzflorian (Florian Pelz)" Message-ID: <20190703132504.4vxrdbscwwz3vpnj@pelzflorian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Bug?] Cannot use Guix Workflow Language on Guix System List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gwl-devel-bounces+kyle=kyleam.com@gnu.org Sender: "gwl-devel" To: gwl-devel@gnu.org How can I use the Guix Workflow Language on Guix System? I tried `guix package -i gwl` as described on (the website appears to be down), but the guix process and guix workflow commands do not become available. Apparently guix/ui.scm (define directory (and=> (search-path %load-path "guix.scm") (compose (cut string-append <> "/guix/scripts") dirname))) can only use the first scripts directory it finds and therefore never uses the scripts from the gwl package. On Debian I had written a Guix workflow to deploy a not-yet-public Haunt website to a shared hosting provider and tried to use it on Guix now. (I hope that is a legitimate use case; I used gwl because I can specify package inputs.) I hope this is the right mailing list. Regards, Florian