Hello, Alex Sassmannshausen <alex.sassmannshau...@gmail.com> skribis:
> I'm trying my hand at building guix and have run into some > problems. I've cloned the git repository à la: > $ git clone git://git.savannah.gnu.org/guix.git > followed by > $ cd guile; autoreconf -vif > $ ./configure && make You actually need to run the ./bootstrap script instead of ‘autoreconf’. It does a couple more things: it initializes a Git sub-module that points to the Nix repo, and copies the subset of Nix source code that we need in the nix/ directory. Let us know how it works! Ludo’.