From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34959) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1higkm-0004yZ-9i for gwl-devel@gnu.org; Wed, 03 Jul 2019 11:01:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1higkc-0001sj-OM for gwl-devel@gnu.org; Wed, 03 Jul 2019 11:00:59 -0400 Received: from mail-qt1-x834.google.com ([2607:f8b0:4864:20::834]:40669) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1higkc-0001sW-Gi for gwl-devel@gnu.org; Wed, 03 Jul 2019 11:00:50 -0400 Received: by mail-qt1-x834.google.com with SMTP id a15so3668609qtn.7 for ; Wed, 03 Jul 2019 08:00:49 -0700 (PDT) MIME-Version: 1.0 References: <20190703132504.4vxrdbscwwz3vpnj@pelzflorian.localdomain> In-Reply-To: <20190703132504.4vxrdbscwwz3vpnj@pelzflorian.localdomain> From: zimoun Date: Wed, 3 Jul 2019 17:00:38 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [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: "pelzflorian (Florian Pelz)" Cc: gwl-devel@gnu.org Hi, Thnak you for the message. On Wed, 3 Jul 2019 at 15:48, pelzflorian (Florian Pelz) wrote: > > How can I use the Guix Workflow Language on Guix System? I tried > `guix package -i gwl` as described on Hum? I think the version of this package is a bit old. I am not sure it will just work. Myself, I `git clone` the GWL repo then enter in `guix environment` with some --ad-hoc packages. Then from there I use ./pre-env-inst. #+BEGIN_SRC shell guix environment \ --ad-hoc \ autoconf automake pkg-config texinfo \ guile guile-commonmark guile-syntax-highlight guile-wisp #+END_SRC #+BEGIN_SRC shell aclocal autoconf automake ./configure #+END_SRC #+BEGIN_SRC shell ./bootstrap ./configure make -j 4 #+END_SRC #+BEGIN_SRC shell GUIX_WORKFLOW_PATH=./doc/examples/ ./pre-inst-env guix workflow -r simple #+END_SRC Does it work for you? > (the website appears to be > down), The website does not seem down anymore. Or you can use https://workflows.guix.info/ or workflows.guix.gnu.org > 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.) Interresting use case. Could you elaborate? Or let me know when you publicly release your workflow. > I hope this is the right mailing list. Yes! Definitively :-) All the best, simon