Re: Package Definition Place

2013-12-29 Thread John Darrington
I'm not sure that I understand the question correctly. Package definitions reside in gnu/package/*.scm The packages themselves, once built, get automatically put into /nix/store. J' On Sun, Dec 29, 2013 at 10:55:59PM -0500, Kete wrote: Where does a package definition go to build a local

Package Definition Place

2013-12-29 Thread Kete
Where does a package definition go to build a local package with Guix: /nix/store?

Re: Guix & signed archive export/import

2013-12-29 Thread Niels Möller
l...@gnu.org (Ludovic Courtès) writes: > We're using SPKI-style signatures and ACLs in Guix now, to determine > whether to authorize the import of an archive of binaries (I say > "SPKI-style" because we don't use your libspki, just libgcrypt and a > bunch of higher-level sexps taken from the SPKI

Re: Guix & signed archive export/import

2013-12-29 Thread Ludovic Courtès
Hi, Niels, Thanks for the quick feedback! ni...@lysator.liu.se (Niels Möller) skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> libspki/lsh supports password-protected keys, with a specific sexp >> format, whereas libgcrypt doesn't. > > About this format, one known problem (if it is a

Re: [PATCH 2/2] gnu: games: New module

2013-12-29 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/games.scm (gnubik): New variable Pushed, thanks! Ludo’.

Re: [PATCH 1/2] gnu: gnome: Add new package gtkglext

2013-12-29 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/gnome.scm (gtkglext): New variable Applied with an entry for ‘gnu-system.am’ and without this: > --- a/gnu-system.am > +++ b/gnu-system.am > @@ -55,6 +55,7 @@ GNU_SYSTEM_MODULES =\ >gnu/packages/ddrescue.scm

Re: [gnutls-devel] Dependency of gnutls-dane on openssl?

2013-12-29 Thread Andreas Metzler
On 2013-12-28 Andreas Enge wrote: > gnutls as currently packaged for guix, the gnu system, issues the following > warning at configuration: > *** libunbound was not found. Libdane will not be built. > I tried to build libunbound, but it depends on "SSL", which I take to > mean openssl. If this is

Re: [PATCH 1/2] gnu: gnome: Add new package gtkglext

2013-12-29 Thread Ludovic Courtès
John Darrington skribis: > On Fri, Dec 27, 2013 at 11:09:33PM +0100, Ludovic Courtès wrote: > > Also, please add them to gnu-system.am. > > Thanks for the reminder. Why didn't I get an error when I ran make ? It just didn’t build that file, which doesn’t prevent it from being u

Re: Signed archive export/import

2013-12-29 Thread Ludovic Courtès
Howdy! l...@gnu.org (Ludovic Courtès) skribis: > The modus operandi is that administrators add a libgcrypt-generated key > pair to /etc/guix/signing-key.{pub,sec} (typically an RSA key pair). > Exported archives are automatically signed with the secret key, and > imported archives must carry a va