gwl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gwl-devel] [Bug?] Cannot use Guix Workflow Language on Guix System


From: Ricardo Wurmus
Subject: Re: [gwl-devel] [Bug?] Cannot use Guix Workflow Language on Guix System
Date: Wed, 03 Jul 2019 17:36:10 +0200
User-agent: mu4e 1.2.0; emacs 26.2

zimoun <address@hidden> writes:

> #+BEGIN_SRC shell
>   aclocal
>   autoconf
>   automake
>   ./configure
> #+END_SRC

“autoreconf -vif” can be used instead of “aclocal; autoconf; automake”.

> #+BEGIN_SRC shell
>   ./bootstrap
>   ./configure
>   make -j 4
> #+END_SRC

We don’t have a “bootstrap” script.

> #+BEGIN_SRC shell
>   GUIX_WORKFLOW_PATH=./doc/examples/ ./pre-inst-env guix workflow -r simple
> #+END_SRC

GUIX_WORKFLOW_PATH is no longer supported.  Instead you can do

    ./pre-inst-env guix workflow -r doc/examples/simple.scm

-- 
Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]