* 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
@@ -
* 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
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.
* 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
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
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
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
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.
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
>
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
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
* 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
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 ‘
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
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’.
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
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
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
* 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
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
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’.
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
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
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
>
-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
25 matches
Mail list logo