unofficial mirror of gwl-devel@gnu.org
 help / color / mirror / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Cc: gwl-devel@gnu.org
Subject: Re: [Bug?] Cannot use Guix Workflow Language on Guix System
Date: Wed, 3 Jul 2019 17:00:38 +0200	[thread overview]
Message-ID: <CAJ3okZ3SohGHicPoe7w1a3NveyutTjc91TFwNKS7HvB2U3mMyQ@mail.gmail.com> (raw)
In-Reply-To: <20190703132504.4vxrdbscwwz3vpnj@pelzflorian.localdomain>

Hi,

Thnak you for the message.


On Wed, 3 Jul 2019 at 15:48, pelzflorian (Florian Pelz)
<pelzflorian@pelzflorian.de> 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?


> <https://www.guixwl.org/getting-started> (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

  parent reply	other threads:[~2019-07-03 15:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-03 13:25 [Bug?] Cannot use Guix Workflow Language on Guix System pelzflorian (Florian Pelz)
2019-07-03 14:53 ` Ricardo Wurmus
2019-07-03 21:23   ` pelzflorian (Florian Pelz)
2019-07-03 21:24     ` pelzflorian (Florian Pelz)
2019-07-03 15:00 ` zimoun [this message]
2019-07-03 15:36   ` Ricardo Wurmus
2019-07-03 15:53     ` zimoun
2019-07-03 18:49       ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.guixwl.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ3okZ3SohGHicPoe7w1a3NveyutTjc91TFwNKS7HvB2U3mMyQ@mail.gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=gwl-devel@gnu.org \
    --cc=pelzflorian@pelzflorian.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).