l...@gnu.org (Ludovic Courtès) writes:
> Mark H Weaver skribis:
>
>> In order to support multiple packages containing CA certs, it would be
>> good to handle creation of the single-file cert bundle in the profile
>> generation code, analogous to our handling of info "dir" files. This
>> would al
l...@gnu.org (Ludovic Courtès) writes:
> Mark H Weaver skribis:
>
>> The single-file bundle is just a concatenation of all the individual PEM
>> data, starting with "-BEGIN CERTIFICATE-" and ending with
>> "-END CERTIFICATE-", including those delimiters.
>>
>> The only caveat is t
On 2015-03-03 at 00:21, quoth Mark H Weaver:
>> * gnu/packages/pdf.scm (djvulibre): New variable.
>
> The package looks good, but I'm not sure it belongs in pdf.scm.
Yeah i felt a bit uncomfortable putting it in a module called pdf too. I
would think document.scm is fine, but it sounds a bit too
Paul van der Walt writes:
> * gnu/packages/pdf.scm (djvulibre): New variable.
> ---
> gnu/packages/pdf.scm | 20
> 1 file changed, 20 insertions(+)
The package looks good, but I'm not sure it belongs in pdf.scm. Maybe
the answer is to rename pdf.scm to something more gener
Paul van der Walt writes:
> * gnu/packages/gtk.scm (girara): Add variable.
> ---
> gnu/packages/gtk.scm | 39 +++
> 1 file changed, 39 insertions(+)
Looks good, please push!
Mark
Paul van der Walt writes:
> * gnu/packages/check.scm (check): Update to version 0.9.14.
> ---
> gnu/packages/check.scm | 8 +++-
> 1 file changed, 3 insertions(+), 5 deletions(-)
Okay to push, thanks!
Mark
Paul van der Walt writes:
> Hello guix,
>
> Bavier and i had a problem where mpd was segfaulting. I didn't dig deep,
> but the issue evaporated when i upgraded my mpd version. The one in Guix
> was over a year old.
>
> I hope this patch is acceptable -- it's pretty trivial.
>
> Cheers,
> p.
> Fro
Mark H Weaver skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Mark H Weaver skribis:
>>
>>> No, it's not worse than it was before. Sorry if I gave that impression.
>>> The only issue is that we might need to generate a single-file
>>> certificate bundle for now, because I haven't found a
Hello guix,
Bavier and i had a problem where mpd was segfaulting. I didn't dig deep,
but the issue evaporated when i upgraded my mpd version. The one in Guix
was over a year old.
I hope this patch is acceptable -- it's pretty trivial.
Cheers,
p.
>From 16cf9de7c4c2ad60bc1c78f026db9f366a07cda1 Mon
* gnu/packages/pdf.scm (zathura-pdf-poppler): New variable.
---
gnu/packages/pdf.scm | 33 +
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 100a799..df1a99c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.sc
* gnu/packages/gtk.scm (girara): Add variable.
---
gnu/packages/gtk.scm | 39 +++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 81f912e..c79a7cd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -4
* gnu/packages/pdf.scm (zathura-cb): New variable.
---
gnu/packages/pdf.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 961d8ef..073b220 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -147,6
* gnu/packages/pdf.scm (zathura-ps): New variable.
---
gnu/packages/pdf.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 925674c..961d8ef 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -147,6
* gnu/packages/check.scm (check): Update to version 0.9.14.
---
gnu/packages/check.scm | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 399af2c..bf2a1c7 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
* gnu/packages/pdf.scm (zathura): New variable.
* gnu/packages/patches/zathura-plugindir-environment-variable.patch: New file.
* gnu-system.am: Add it.
---
gnu-system.am | 3 +-
.../zathura-plugindir-environment-variable.patch | 35 ++
gnu/pa
* gnu/packages/pdf.scm (zathura-djvu): New variable.
---
gnu/packages/pdf.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index df1a99c..925674c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -14
* gnu/packages/pdf.scm (djvulibre): New variable.
---
gnu/packages/pdf.scm | 20
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 7b4f2ab..4cf1089 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -2,6 +2,7 @@
;;;
On 2015-03-02 at 21:19, quoth Mark H Weaver:
> It's not important, but the way we usually write this is:
> [...]
> We don't generally describe what new files are for in the commit log.
> Such explanations belong in the files themselves.
Will fix!
> For consistency, please use tabs before the "\"
This looks straight-forward to me, please push.
Andreas
Paul van der Walt writes:
> * gnu/packages/pdf.scm (zathura): New variable.
> * gnu-system.am: Add zathura-plugindir-environment-variable.patch
> * gnu/packages/patches/zathura-plugindir-environment-variable.patch: Add patch
> for zathura environment variable.
It's not important, but the way w
On Mon, Mar 02, 2015 at 10:40:11PM +0300, Alex Kost wrote:
> Just another aspell dict.
This looks very uncontroversial, please push.
Andreas
Just another aspell dict.
>From 673ff9e4baa0a4c380327908c2300d625c8f9ec4 Mon Sep 17 00:00:00 2001
From: Alex Kost
Date: Mon, 2 Mar 2015 22:12:00 +0300
Subject: [PATCH] gnu: Add Russian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-ru): New variable.
---
gnu/packages/aspell.scm | 8 +
PyGtk comes with the deprecated pygtk-codegen-2.0 which only wraps
pygobject-codegen-2.0. The attached patch fixes the prefix to this
executable from the pygtk prefix to the pygobject package output.
~~ Ricardo
>From 01012ecefda0842d59d1031991ddf5ea6bb75080 Mon Sep 17 00:00:00 2001
From: Ricardo
l...@gnu.org (Ludovic Courtès) writes:
> Mark H Weaver skribis:
>
>> Ludovic Courtès writes:
>>
>>> commit ec4a4c46efaf2e7373f331654640f1321c0f2e62
>>> Author: Ludovic Courtès
>>> Date: Sat Feb 28 22:44:31 2015 +0100
>>>
>>> services: xorg: Fix file descriptor leak from SLiM/xinitrc.
>>>
Mark H Weaver writes:
> This updates llvm and clang to 3.6.0, while keeping 3.5.0 available as
> well. It creates a new procedure 'clang-from-llvm' that does the
> obvious thing. I want to keep 3.5.0 around for purposes of testing
> Guile with various versions of clang.
>
> I've verified that t
>From 9d03e7d6bf8b6704f7e743323ccb948d0d9cc820 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Mon, 2 Mar 2015 17:36:28 +0100
Subject: [PATCH] gnu: Add snakemake.
* gnu/packages/python.scm (snakemake): New variable.
---
gnu/packages/python.scm | 22 ++
1 file changed, 22
Hi Guix!
Hydra is now building all the packages from ‘core-updates’, so unless
something goes wrong, expect it to be merged within 24-48 hours.
We’ll reopen a ‘core-updates’ branch shortly after that.
Ludo’.
Dave Thompson skribis:
> Ludovic Courtès writes:
>
>> Mark H Weaver skribis:
>>
>>> Andreas Enge writes:
>>>
On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote:
> Yes, I think so. I think I have resolved this, but it's a "rebuild the
> world" change so I don't yet kno
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> +(define-public soundtouch
> + (package
> +(name "soundtouch")
> +(version "1.8.0")
> +(source
> + (origin
> + (method url-fetch)
> + (uri
> +(string-append
> + "http://www.surina.net/so
Ricardo Wurmus writes:
> +(define-public clipper
> + (package
> +(name "clipper")
> +(version "0.3.0")
> +(source (origin
> + (method url-fetch)
> + (uri (string-append
> +"https://github.com/YeoLab/clipper/archive/";
> +
This updates llvm and clang to 3.6.0, while keeping 3.5.0 available as
well. It creates a new procedure 'clang-from-llvm' that does the
obvious thing. I want to keep 3.5.0 around for purposes of testing
Guile with various versions of clang.
I've verified that the 3.5.0 packages generate the same
Ludovic Courtès writes:
> Mark H Weaver skribis:
>
>> Andreas Enge writes:
>>
>>> On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote:
Yes, I think so. I think I have resolved this, but it's a "rebuild the
world" change so I don't yet know if it works. Would it be possibl
l...@gnu.org (Ludovic Courtès) writes:
>> +(substitute* (list "testsuite/timeout/Makefile"
>> + "testsuite/timeout/timeout.py"
>> + "testsuite/timeout/timeout.hs"
>> + "testsuite/tests/rename/prog
Mark H Weaver skribis:
> Ludovic Courtès writes:
>
>> commit ec4a4c46efaf2e7373f331654640f1321c0f2e62
>> Author: Ludovic Courtès
>> Date: Sat Feb 28 22:44:31 2015 +0100
>>
>> services: xorg: Fix file descriptor leak from SLiM/xinitrc.
>>
>> Previously processes started from the w
* gnu/packages/pdf.scm (zathura-pdf-poppler): New variable.
---
gnu/packages/pdf.scm | 38 ++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 1c5c193..0f2fcfe 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/p
* gnu/packages/pdf.scm (zathura-djvu): New variable.
---
gnu/packages/pdf.scm | 35 +++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 0f2fcfe..72ad46f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@
* gnu/packages/check.scm (check): Update to version 0.9.14.
---
gnu/packages/check.scm | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 399af2c..bf2a1c7 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
* gnu/packages/pdf.scm (zathura-cb): New variable.
---
gnu/packages/pdf.scm | 37 +++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 7a5c649..baefaa4 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/pack
* gnu/packages/gtk.scm (girara): Add variable.
---
gnu/packages/gtk.scm | 42 ++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 81f912e..234ca6d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@
* gnu/packages/pdf.scm (djvulibre): New variable.
---
gnu/packages/pdf.scm | 22 ++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 7b4f2ab..5e24a43 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -2,6 +2,7 @@
;;
* gnu/packages/pdf.scm (zathura-ps): New variable.
---
gnu/packages/pdf.scm | 36
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 72ad46f..7a5c649 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -
* gnu/packages/pdf.scm (zathura): New variable.
* gnu-system.am: Add zathura-plugindir-environment-variable.patch
* gnu/packages/patches/zathura-plugindir-environment-variable.patch: Add patch
for zathura environment variable.
---
gnu-system.am | 4 +-
.../z
宋文武 skribis:
> 2015-03-02 7:47 GMT+08:00 Paul van der Walt :
>> * gnu/packages/pdf.scm (djvulibre): New variable.
[...]
> Synposis is too long, and shouldn't contain package name, end with peroid,
> etc.
> Perhaps just "Implementation of DjVu"?
Hint: run ‘guix lint djvulibre’ before posting;
David Thompson skribis:
> David Thompson writes:
>
>> This patch solves a blocking issue for packaging a very large number of
>> Ruby gems, which is that the build process assumes you are working out
>> of a git repository.
>
> Bump. I'm going to push this with the other Ruby related patches I'
David Thompson skribis:
> Ludovic Courtès writes:
>
>> David Thompson skribis:
>>
>>> From f0c0cae0aef184c6bb1d9340334ca1601113e1eb Mon Sep 17 00:00:00 2001
>>> From: David Thompson
>>> Date: Sat, 28 Feb 2015 14:24:52 -0500
>>> Subject: [PATCH] gnu: Add mpdscribble.
>>>
>>> * gnu/packages/mpd.
Mark H Weaver skribis:
> Andreas Enge writes:
>
>> On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote:
>>> Yes, I think so. I think I have resolved this, but it's a "rebuild the
>>> world" change so I don't yet know if it works. Would it be possible to
>>> add a 'wip-search-paths'
On Sun, Mar 01, 2015 at 06:30:22PM +0800, 宋文武 wrote:
> I think that's the reason for a 2.x version.
> I feel the commit message or a comment should mention it,
> but can't get one myself, any suggestion?
How about in the second part:
Update to 2 Since upstream stopped support of GTK+ 3, they w
On Mon, Mar 02, 2015 at 01:06:30AM -0500, Mark H Weaver wrote:
> I think 宋文武 should push this commit.
Yes. Unfortunately, automatic upgrades will be broken, so people need to
think of doing them manually.
Andreas
Ricardo Wurmus writes:
> Ricardo Wurmus writes:
>
>> Taylan Ulrich Bayırlı/Kammer writes:
>>
>>> Ricardo Wurmus writes:
>>>
pygtk and pygobject both come with .pth files that instruct Python to
check out the "gtk-2.0" subdirectory, yet these files are seemingly
ignored as (accordi
49 matches
Mail list logo