Re: Packaging packages with GPG signed source archives

2016-09-02 Thread ng0
Ludovic Courtès writes: > Hi, > > ng0 skribis: > >> On the subject of git repos, I do not understand enough of the >> git-download.scm at the moment to add this myself, but why don't we have >> git-fsck in it as default? > > Dunno; what would it add? > > Ludo’. I don't understand enough of it,

Re: Packaging packages with GPG signed source archives

2016-09-02 Thread Ludovic Courtès
ng0 skribis: > Ludovic Courtès writes: > >> Hi, >> >> ng0 skribis: >> >>> On the subject of git repos, I do not understand enough of the >>> git-download.scm at the moment to add this myself, but why don't we have >>> git-fsck in it as default? >> >> Dunno; what would it add? >> >> Ludo’. > > I

Re: Packaging packages with GPG signed source archives

2016-09-02 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> Ludovic Courtès writes: >> >>> Hi, >>> >>> ng0 skribis: >>> On the subject of git repos, I do not understand enough of the git-download.scm at the moment to add this myself, but why don't we have git-fsck in it as default? >>> >>> Dunn

Documentation

2016-09-02 Thread Vincent Legoll
Hello, when & how is the documentation here : https://www.gnu.org/software/guix/manual/guix.html updated ? I ask, because doing some git grep in a recent git checkout showed me something in doc/guix.texi that I couldn't find in that online manual... Then I searched how to build the doc, and foun

Re: Documentation

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 05:45:02PM +0200, Vincent Legoll wrote: > when & how is the documentation here : > https://www.gnu.org/software/guix/manual/guix.html > updated ? I'm not sure, but I think it's updated whenever we make a new release. > Then I searched how to build the doc, and found in REA

Re: Documentation

2016-09-02 Thread Vincent Legoll
Thanks for the answers, still no joy for me... On Fri, Sep 2, 2016 at 6:08 PM, Leo Famulari wrote: > On Fri, Sep 02, 2016 at 05:45:02PM +0200, Vincent Legoll wrote: >> when & how is the documentation here : >> https://www.gnu.org/software/guix/manual/guix.html >> updated ? > > I'm not sure, but I

Re: Documentation

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 06:45:37PM +0200, Vincent Legoll wrote: > > On GuixSD, `info guix` should work. On other systems... > > That works, but I cannot find what I'm searching for: libressl, that > I can see with (in a current git checkout) : > > $ git grep libressl > [...] > doc/guix.texi:(defi

Re: Documentation

2016-09-02 Thread Vincent Legoll
>> Or maybe I'm very bad at info, always found its interface weird... > > I'm not sure, I actually don't use `info` very much either. Maybe your > GuixSD installation has not been updated since the relevant text was > added to the manual? I regularly do guix pull && guix system reconfigure, like e

Re: Documentation

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 07:46:51PM +0200, Vincent Legoll wrote: > OK, after ./bootstrap, now ./configure --localstatedir=/var works, but not: > > $ make doc/guix.html > > make[1]: Entering directory `/home/vlegoll/repo/upstream/gnu/guix' > make[1]: Leaving directory `/home/vlegoll/repo/upstream/g

Re: Cross-building GuixSD (and maybe using pre-built toolchains)

2016-09-02 Thread David Craven
> There’s an untested hack to illustrate: Thanks! I think I got it kind of working - but we'll have to see after there's a armhf kernel available. When adding cross-compilation support to the linux-libre package I noticed that native-inputs are in #:key native-inputs when cross-compiling but not

Re: Documentation

2016-09-02 Thread myglc2
Vincent Legoll writes: > Hello, > > when & how is the documentation here : > https://www.gnu.org/software/guix/manual/guix.html > updated ? > > I ask, because doing some git grep in a recent git checkout > showed me something in doc/guix.texi that I couldn't find in > that online manual... Hi Vi