[PATCH 1/2] gnu: libxft: Propagate input.

2014-01-24 Thread John Darrington
* gnu/packages/xorg.scm (libxft): Propagate input libxrender. --- gnu/packages/xorg.scm |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index dfdd82c..c230654 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -

[PATCH 2/2] gnu: fltk: New module

2014-01-24 Thread John Darrington
* gnu/packages/fltk.scm: New file * gnu-system.am: New file fltk.scm --- gnu-system.am |2 ++ gnu/packages/fltk.scm | 63 + 2 files changed, 65 insertions(+) create mode 100644 gnu/packages/fltk.scm diff --git a/gnu-system.am b/gnu-sy

Re: [PATCH] gnu: Add Corkscrew 2.0.

2014-01-24 Thread Cyril Roelandt
Hello, On 01/25/2014 01:51 AM, Sree Harsha Totakura wrote: + (bash (string-append +(assoc-ref inputs "bash") "/bin/bash")) You could use '(which "bash")' here. Regards, Cyril.

[PATCH] gnu: Add Corkscrew 2.0.

2014-01-24 Thread Sree Harsha Totakura
* gnu/packages/ssh.scm (corkscrew): New variable. --- gnu/packages/ssh.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 5d21eee..0a92138 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ss

Re: [Nix-dev] /dev/shm inconsistency in chroot

2014-01-24 Thread Shea Levy
On 01/24/2014 04:17 PM, Ludovic Courtès wrote: Sree Harsha Totakura skribis: On 01/24/2014 06:13 PM, Mark H Weaver wrote: Shea Levy writes: Another option is to mount a devtmpfs there, for systems which support it. devtmpfs may give different devices on each machine and they may hinder ou

Re: dmd: running as non-root user

2014-01-24 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > Running dmd as a non-privileged user currently results in (by default): > - log: ~/.dmd.log > - config: ~/.dmdconf.scm > - an attempt being made to create a socket at > $LOCALSTATEDIRE/var/run/dmd/socket, which fails because poor muggins > has no write permissi

Re: [PATCH] gnu: Add ncdc-1.18.1.

2014-01-24 Thread Ludovic Courtès
Sree Harsha Totakura skribis: > * gnu/packages/dc.scm : New module. > * gnu-system.am (GNU_SYSTEM_MODULES): Add module. Applied, thanks! > +(license 'license:x11))) I removed the quote. Please make sure to use no tabs in .scm files and leave no trailing white space (this should happen aut

Re: [Nix-dev] /dev/shm inconsistency in chroot

2014-01-24 Thread Ludovic Courtès
Sree Harsha Totakura skribis: > On 01/24/2014 06:13 PM, Mark H Weaver wrote: >> Shea Levy writes: >>> > Another option is to mount a devtmpfs there, for systems which support >>> > it. > > devtmpfs may give different devices on each machine and they may hinder > our build reproducibility. OK.

Re: [PATCH] gnu: packages: Add ncdc-1.18.1.

2014-01-24 Thread Ludovic Courtès
Sree Harsha Totakura skribis: > On 01/24/2014 06:18 PM, Ludovic Courtès wrote: >>> > + #:use-module ((guix licenses) >>> > +#:renamer (symbol-prefix-proc 'license:))) >> #:use-module (guix licenses) >> > > I had to use the renamer as the package depends on zlib and there is >

dmd: running as non-root user

2014-01-24 Thread Alex Sassmannshausen
Hello, On the back of me looking at the manual and my resulting playing with dmd (which is a pretty cool program by the way), I've come across the following: Running dmd as a non-privileged user currently results in (by default): - log: ~/.dmd.log - config: ~/.dmdconf.scm - an attempt being made

Re: [Nix-dev] /dev/shm inconsistency in chroot

2014-01-24 Thread Sree Harsha Totakura
On 01/24/2014 06:13 PM, Mark H Weaver wrote: > Shea Levy writes: >> > Another option is to mount a devtmpfs there, for systems which support it. devtmpfs may give different devices on each machine and they may hinder our build reproducibility. > The thing is, we don't actually want most of th

[PATCH] gnu: Add ncdc-1.18.1.

2014-01-24 Thread Sree Harsha Totakura
* gnu/packages/dc.scm : New module. * gnu-system.am (GNU_SYSTEM_MODULES): Add module. --- gnu-system.am |1 + gnu/packages/dc.scm | 62 +++ 2 files changed, 63 insertions(+) create mode 100644 gnu/packages/dc.scm diff --git a/gnu-system

Re: [PATCH] gnu: packages: Add ncdc-1.18.1.

2014-01-24 Thread Ludovic Courtès
Overall looks good to me. Could you send an updated version that fixes the details below? Sree Harsha Totakura skribis: > * gnu/packages/: Add new file dc.scm. > * gnu-system.am: Add file dc.scm. > * gnu/packages/dc.scm: Recipe for ncdc-1.18.1. Please use the same format we normally use (see ‘

Re: [PATCH] gnu: packages: Add ncdc-1.18.1.

2014-01-24 Thread Sree Harsha Totakura
On 01/24/2014 06:18 PM, Ludovic Courtès wrote: >> > + #:use-module ((guix licenses) >> > +#:renamer (symbol-prefix-proc 'license:))) > #:use-module (guix licenses) > I had to use the renamer as the package depends on zlib and there is also a license with the same name. Sree

Re: [PATCH] Doc: Introduction: rewrite for style and clarity.

2014-01-24 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > * dmd.texi (Introduction): Rewrite for style and clarity. Pushed, thanks! Please add a copyright line for yourself (assuming you’re the copyright holder) in dmd.texi in the next commit. Ludo’.

Re: [Nix-dev] /dev/shm inconsistency in chroot

2014-01-24 Thread Mark H Weaver
Shea Levy writes: > On 01/24/2014 05:16 AM, Sree Harsha Totakura wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> On 01/23/2014 08:56 PM, Mark H Weaver wrote: >>> We should not inherit /dev from the host system at all, but rather >>> create it from scratch with just the things

Re: [Nix-dev] /dev/shm inconsistency in chroot

2014-01-24 Thread Ludovic Courtès
Shea Levy skribis: > On 01/24/2014 05:16 AM, Sree Harsha Totakura wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> On 01/23/2014 08:56 PM, Mark H Weaver wrote: >>> We should not inherit /dev from the host system at all, but rather >>> create it from scratch with just the things

Re: [PATCH 2/3] gnu: fltk: New module

2014-01-24 Thread Thompson, David
Hi John, Noticed one small thing. On Thu, Jan 23, 2014 at 3:07 PM, John Darrington wrote: > * gnu/packages/fltk.scm: New file > * gnu-system.am: New file fltk.scm > --- > gnu-system.am |1 + > gnu/packages/fltk.scm | 63 > + > 2 fil

[PATCH] gnu: packages: Add ncdc-1.18.1.

2014-01-24 Thread Sree Harsha Totakura
* gnu/packages/: Add new file dc.scm. * gnu-system.am: Add file dc.scm. * gnu/packages/dc.scm: Recipe for ncdc-1.18.1. --- gnu-system.am |1 + gnu/packages/dc.scm | 62 +++ 2 files changed, 63 insertions(+) create mode 100644 gnu/package

Re: [Nix-dev] /dev/shm inconsistency in chroot

2014-01-24 Thread Shea Levy
On 01/24/2014 05:16 AM, Sree Harsha Totakura wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/2014 08:56 PM, Mark H Weaver wrote: We should not inherit /dev from the host system at all, but rather create it from scratch with just the things we need. IMO, that's the only truly pro

Re: [PATCH 1/3] gnu: libxft: Propagate input.

2014-01-24 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/xorg.scm (libxft): Propagate input libxrender. Can you please provide the rationale in a comment next to it? Thanks, Ludo’.

Re: New package recipe: libopus-1.1

2014-01-24 Thread Ludovic Courtès
Sree Harsha Totakura skribis: > From 23dcddebb12c619e22dac20a6181dfb77df4c876 Mon Sep 17 00:00:00 2001 > From: Sree Harsha Totakura > Date: Thu, 23 Jan 2014 19:38:39 +0100 > Subject: [PATCH] gnu: oggvorbis: Add libopus-1.1. > > * gnu/packages/oggvorbis.scm: Add libopus-1.1. Thanks, applied with

Re: Rename oggvorbis.scm to xiph-codecs.scm? (was Re: New package recipe: libopus-1.1)

2014-01-24 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Jan 23, 2014 at 11:58:43AM -0500, Thompson, David wrote: >> On Thu, Jan 23, 2014 at 11:51 AM, Ludovic Courtès wrote: >> > Or just xiph.scm? Because not everything is a codec strictly speaking. >> I like this name best. > > Done in 54ff0b7. Please correct any erro

Re: dmd: Some improvements to the dmd manual

2014-01-24 Thread Ludovic Courtès
Hello Alex, Alex Sassmannshausen skribis: > Ludovic Courtès writes: > >>> Let me know if you think I should ba approaching this differently. >> >> I will comment on the first patch, but what specific points do you want >> to address more generally? Is it more about wording, structure, guiding >

Re: /dev/shm inconsistency in chroot

2014-01-24 Thread Sree Harsha Totakura
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/2014 08:56 PM, Mark H Weaver wrote: > We should not inherit /dev from the host system at all, but rather > create it from scratch with just the things we need. IMO, that's > the only truly proper solution. We can try creating a fixed set o