[PATCH] gnu: Add perl-digest-md5.
This adds perl-digest-md5, in web.scm as perl-digest-md5-file is located there.
From: ng0
* gnu/packages/web.scm (perl-digest-md5): New variable.
---
gnu/packages/web.scm | 24 +++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 063a8a9..5f8eefe 100644
--- a/gnu/packages/web.scm
+++ b/gnu/p
Kei Kebreau writes:
> I think the patch works fine, but I'd love to hear comments about its
> clarity.
Hi! Thanks for this patch. The source includes a pre-compiled 32-bit
version in "linux_32bit". Can you remove that with a source snippet?
> From d1031c30c57eb6f292a91963801f87b419d8bee2 Mon Se
On Mon, 21 Nov 2016 10:05:50 +0100
l...@gnu.org (Ludovic Courtès) wrote:
> Eric Bavier skribis:
>
> > On Fri, 18 Nov 2016 16:04:30 -0500
> > Leo Famulari wrote:
> >
> >> On Wed, Nov 16, 2016 at 09:29:18PM -0600, Eric Bavier wrote:
> >> > Hello Guix,
> >> >
> >> > We've had at least one per
Marius Bakke writes:
> Kei Kebreau writes:
>
>> I think the patch works fine, but I'd love to hear comments about its
>> clarity.
>
> Hi! Thanks for this patch. The source includes a pre-compiled 32-bit
> version in "linux_32bit". Can you remove that with a source snippet?
>
>> From d1031c30c57e
Chris Marusich writes:
> Hi Chris!
>
> Thanks for entertaining my questions.
>
> Christopher Allan Webber writes:
>
>>> So sure, we can run "foo-db gc" occasionally (though system
>>> administrators sometimes have to run these kinds of commands by hand).
>>> But what about "foo-db dumpdb"? That'
I think this patch addresses most of your concerns.
* doc/guix.texi: New subsubheading: Krb5 Service
* gnu/services/kerberos.scm: New variable: krb5-service-type.
---
doc/guix.texi | 87 ++
gnu/services/kerberos.scm | 426 +-
On Mon, Nov 21, 2016 at 06:21:47PM +0100, Marius Bakke wrote:
> Leo Famulari writes:
>
> > This updates libtiff to the latest upstream version, 4.0.7. I went
> > through the tarball and confirmed that all the patches were contained in
> > it but, please, double-check :)
> >
> > Also, libtiff has
How about this, then?
* gnu/build/file-systems.scm (mount-file-system): Append target addr= when
mounting nfs filesystems.
---
gnu/build/file-systems.scm | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.s
Leo Famulari writes:
> On Mon, Nov 07, 2016 at 08:16:28PM +0200, Theodoros Foradis wrote:
>> * gnu/packages/engineering.scm (kicad): New variable.
>
> There are some comments about minor issues on this version 3 of the
> patch series. I can address these myself before pushing if there are no
> mo
ng0 writes:
> [PATCH] gnu: Add perl-digest-md5.
>
> This adds perl-digest-md5, in web.scm as perl-digest-md5-file is located
> there.
Hi! The patch looks good, but I think it should go in perl.scm. The
rationale for adding perl-digest-md5-file in web.scm seems to be that
it's a module for check
Efraim Flashner (2016-11-21 23:00 +0200) wrote:
> * gnu/packages/aspell.scm (aspell-dict-he): New variable.
> ---
> gnu/packages/aspell.scm | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
> index b702412..21014c0 100644
> --- a/gn
Efraim Flashner (2016-11-21 23:00 +0200) wrote:
> * gnu/packages/viewnior.scm (viewnior): New file.
Not related to this patch: I think we should find a place for the image
viewers, as currently we have feh, sxiv and geeqie (plus this
'viewnior') that are placed in their own files.
As for the pat
Alex Kost writes:
> Efraim Flashner (2016-11-21 23:00 +0200) wrote:
>
>> * gnu/packages/viewnior.scm (viewnior): New file.
>
> Not related to this patch: I think we should find a place for the image
> viewers, as currently we have feh, sxiv and geeqie (plus this
> 'viewnior') that are placed in t
Hi,
I need phantomjs for a client and finally managed to built it from
source.
I tried to build it with our current qt-5.6/qtwebkit-5.7 but gave up;
apparently phantomjs needs patches to even build with qt-5.5.
While I think it's a waste not to share this patch, I don't intend to
spend much effo
Am 20.11.2016 um 13:49 schrieb Julien Lepiller:
> What do you think? should I continue in that direction, or should I go
> back to what I was doing before?
Thanks for working on this. I will give it a try the next days. But I
want to share two points going around in my head:
1) I propose moving t
Hi Julien,
Julien Lepiller skribis:
> since I will probably use it in openvpn-service and maybe in
> nginx-service, I moved the definitions of the documentation that was
> duplicated in cups and dovecot to services.scm. Is it the best place
> for it?
Thanks for looking into it!
I would suggest
Leo Famulari skribis:
> On Sun, Nov 20, 2016 at 09:15:39PM +0200, Efraim Flashner wrote:
>> I dug a bit more into Chez sheme and the failing armhf build, and it
>> almost looks like it could be hacked into cross compiling for itself.
>> Then I looked a bit closer here
>> (https://github.com/cisco
Luis Felipe López Acevedo skribis:
> However, I have another problem:
>
> scheme@(guile-user)> (export-web-page packages-page
> "site/packages/index.html")
> gnu/packages/databases.scm:87:21: In procedure # at gnu/packages/databases.scm:80:12 ()>:
> gnu/packages/databases.scm:87:21: T
Christopher Allan Webber skribis:
> Chris Marusich writes:
>
- Initializing a data store. For example, in dirvish I need to run
a command to initialize a "vault" where I will be storing my data.
- Manually invoking a garbage collection utility.
- Manually invoking an in
Christopher Allan Webber skribis:
> Anyway, I think exposing the `actions' slot in shepherd is the way to
> go. We could already use it for some things other than the theoretical
> examples I've given. Last night I wanted to do something like:
>
> sudo mcron --schedule=10
>
> ... which would,
Nicolas Goaziou skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Nicolas Goaziou skribis:
>>
>>> Here is a patch updating Org to its latest revision.
>>
>> Speaking of which ;-), any idea why ox-bibtex.el is still in “contrib”?
>> I was surprised to see it’s not installed as part of Org.
>
j...@darrington.wattle.id.au (John Darrington) skribis:
> jmd pushed a commit to branch master
> in repository guix.
>
> commit 2947ff6430da5d60017b0c5c8c51fd2a1d85440b
> Author: John Darrington
> Date: Tue Nov 22 21:16:29 2016 +0100
>
> gnu: Update mit-krb5 to version 1.14.4.
>
>
* gnu/packages/telephony.scm (mumble): New variable.
---
gnu/packages/telephony.scm | 93 ++
1 file changed, 93 insertions(+)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 3d5e58e..1c07346 100644
--- a/gnu/packages/telephony
[PATCH] gnu: Add mumble.
I tested succesfully: configuration wizzard, connection to gnunet.org server.
I was not not able to test: actual interaction with other people, this will
follow tomorrow afternoon/evening.
Shortcomings of this patch:
The images are CC licensed. I wasn't able to figure ou
From: ng0
* gnu/packages/perl.scm (perl-digest-md5): New variable.
---
gnu/packages/perl.scm | 24 +++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ab61201..031353d 100644
--- a/gnu/packages/perl.scm
+++ b/
rev2 for patch, moved to perl.scm
On 2016-11-22 17:52, l...@gnu.org wrote:
Luis Felipe López Acevedo skribis:
However, I have another problem:
scheme@(guile-user)> (export-web-page packages-page
"site/packages/index.html")
gnu/packages/databases.scm:87:21: In procedure #:
gnu/packages/databases.scm:87:21: Throw to
Hi Chris,
Thank you for taking the time to clarify the motivation! It helped a
lot.
Christopher Allan Webber writes:
> The command you *want* to run is something like:
>
> `foo-db dumpdb --config=/path/to/foodb.cfg'
>
> Now... your GuixSD system has, somewhere buried in it, a config file
> t
On Wed, Nov 23, 2016 at 12:10:33AM +0100, Ludovic Court??s wrote:
j...@darrington.wattle.id.au (John Darrington) skribis:
> jmd pushed a commit to branch master
> in repository guix.
>
> commit 2947ff6430da5d60017b0c5c8c51fd2a1d85440b
> Author: John Darrington
30 matches
Mail list logo