gnu: Add python-ply and python2-ply.
* gnu/packages/python.scm (python-ply, python2-ply): New variables.
---
gnu/packages/python.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dfbf2cc..c78577b 100644
--
On 2016-06-07(02:56:34AM+0200), Jelle Licht wrote:
>
> Greetings Guix hackers,
>
> It has been some time since my last mail to this list, so I wanted to
> share what I have been up to. For the people who might want to watch
> along after today, I will be posting the changes that should not break
>
Hello Jelle,
I suggest that you avoid the word "ecosystem" when describing the work of
people who have designed and contributed to Guix.
See https://www.gnu.org/philosophy/words-to-avoid#Ecosystem
J'
--
Avoid eavesdropping. Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3
fin
On Tue, Jun 07, 2016 at 01:01:10AM +0200, Danny Milosavljevic wrote:
Thanks for the patch!
> * gnu/packages/python.scm (python-ply, python2-ply): New variables.
> +(uri (string-append
> + "https://pypi.python.org/packages/96/e0/";
> +
> "430fcdb6b3ef1ae534d23
Greetings Guix hackers,
It has been some time since my last mail to this list, so I wanted to
share what I have been up to. For the people who might want to watch
along after today, I will be posting the changes that should not break
everything immediately to [1]. (Apologies for it being web-only
gnu: Add python-ply and python2-ply.
* gnu/packages/python.scm (python-ply, python2-ply): New variables.
---
gnu/packages/python.scm | 27 +++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dfbf2cc..3ca2a86 100644
---
>
> Could you send a update? Thanks!
>
See "[PATCH] Hack font."
Dmitry
I've added Hack font family to fonts.scm. Patch in the attachment.
Dmitry
From 772fc5f4d5708188c3e863bff6486b8687e8bcd6 Mon Sep 17 00:00:00 2001
From: 8p8c
Date: Mon, 6 Jun 2016 23:27:10 +0300
Subject: [PATCH] Add Hack font.
---
gnu/packages/fonts.scm | 53 ++
On Sat, 04 Jun 2016 23:15:57 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Hi!
>
> Kei Kebreau skribis:
>
> > From b728e078408f17136e8a4c3344b606e8f152b9e4 Mon Sep 17 00:00:00
> > 2001 From: Kei Kebreau
> > Date: Tue, 31 May 2016 17:42:28 -0400
> > Subject: [PATCH] gnu: Add nethack.
> >
> > *
On Mon, Jun 06, 2016 at 05:19:16PM +0200, Ricardo Wurmus wrote:
>
> Leo Famulari writes:
>
> > On Mon, Jun 06, 2016 at 03:22:59PM +0200, Ricardo Wurmus wrote:
> >> * gnu/packages/gnucash.scm (gwenhywfar): New variable.
> >
> >> +;; The license includes an explicit additional permission to co
Leo Famulari writes:
> On Mon, Jun 06, 2016 at 03:23:00PM +0200, Ricardo Wurmus wrote:
>> * gnu/packages/gnucash.scm (aqbanking): New variable.
>
>> +;; AqBanking is licensed under the GPLv2 or GPLv3
>> +(license (list license:gpl2+ license:gpl3+
>
> Should it be (list license:gpl2 l
Leo Famulari writes:
> On Mon, Jun 06, 2016 at 03:22:59PM +0200, Ricardo Wurmus wrote:
>> * gnu/packages/gnucash.scm (gwenhywfar): New variable.
>
>> +;; The license includes an explicit additional permission to compile and
>> +;; distribute this library with the OpenSSL Toolkit.
>> +
Hello everyone,
This patch is from wip-hurd. It offers a unified way to packages to
access the libc without worrying about the kernel.
This patches applies on core-updates. Note that you have to run make
clean && make after applying this patch.
Thank you,
Manolis
From b19ac63ee9605c4e84c447668c5
On Mon, Jun 06, 2016 at 03:22:59PM +0200, Ricardo Wurmus wrote:
> * gnu/packages/gnucash.scm (gwenhywfar): New variable.
> +;; The license includes an explicit additional permission to compile and
> +;; distribute this library with the OpenSSL Toolkit.
> +(license license:lgpl2.1+)))
On Mon, Jun 06, 2016 at 03:23:00PM +0200, Ricardo Wurmus wrote:
> * gnu/packages/gnucash.scm (aqbanking): New variable.
> +;; AqBanking is licensed under the GPLv2 or GPLv3
> +(license (list license:gpl2+ license:gpl3+
Should it be (list license:gpl2 license:gpl3) in that case?
On Mon, May 30, 2016 at 03:50:41PM -0500, Lukas Gradl wrote:
> * gnu/packages/serialization.scm (msgpack): New variable.
> +(inputs
> + `(("zlib" ,zlib)))
I noticed that the output does not refer to zlib:
$ guix gc --references $(./pre-inst-env guix build msgpack)
/gnu/store/8m00x5x8ykma
* gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking.
[arguments]: Add configure flag to enable aqbanking.
---
gnu/packages/gnucash.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 06a2261..5bac5a1 100644
--
* gnu/packages/gnucash.scm (aqbanking): New variable.
---
gnu/packages/gnucash.scm | 43 +++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 25801aa..06a2261 100644
--- a/gnu/packages/gnucash.scm
+++ b
* gnu/packages/gnucash.scm (gwenhywfar): New variable.
---
gnu/packages/gnucash.scm | 43 +++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index c39324c..25801aa 100644
--- a/gnu/packages/gnucash.scm
+++
* gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config.
---
gnu/packages/xml.scm | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index dc5c60d..43072dc 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -3,
Hi Guix,
this patch set adds AqBanking to Gnucash. AqBanking adds online banking
support to Gnucash, allowing people with German bank accounts to download
transactions and balances directly from their banks.
~~ Ricardo
Ricardo Wurmus (5):
gnu: gnucash: Add "license:" prefix.
gnu: xmlsec: En
* gnu/packages/gnucash.scm: Import licenses with "license:" prefix.
(gnucash)[license]: Add prefix.
---
gnu/packages/gnucash.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 5c0ce4f..c39324c 100644
--- a/gnu/pac
On Mon 06 Jun 2016 11:05, Alex Vong writes:
> I think match-lambda is not documented in the guile manual (it only
> appears in an example). While its usage is more or less the same as in
> racket, I think it should be documented. What is your idea?
Yes it should be documented :)
Andy
On Sun, Jun 05, 2016 at 03:29:22PM -0700, Chris Marusich wrote:
> More generally, are people satisfied with the way system rollback is
> currently implemented in GuixSD? Do you think that the mechanism I'm
> proposing is a bad idea? I'd hate to try to implement something that
> nobody else thinks
Hello!
For the record, at this point I’m mostly relying on the GCC developers
to help with this failure. I’ve reported the issue at:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399
Ludo’.
Hello,
I think match-lambda is not documented in the guile manual (it only
appears in an example). While its usage is more or less the same as in
racket, I think it should be documented. What is your idea?
Thanks,
Alex
On 06/06/2016, Andy Wingo wrote:
> Hi :)
>
> Looking good! I have some styl
Hi :)
Looking good! I have some style nits :)
On Fri 03 Jun 2016 19:39, Matthew Jordan
writes:
> + ;; Removing net/ tests
> + (for-each
> +(lambda (srcfile)
> + (let ((srcfile (string-append "net/" srcfile)))
> + (i
Hi Chris,
Chris Marusich skribis:
> Basically, I think there should be a command like "guix system
> roll-back" which does the opposite of "guix system reconfigure
> config.scm". The rollback command should not require an operating
> system configuration file. I think this would be better than
Ben Woodcroft skribis:
> * gnu/packages/ruby.scm (ruby-activesupport)[propagated-inputs]: Add
> 'ruby-tzinfo-data'.
This one LGTM, thanks. :-)
Ludo’.
29 matches
Mail list logo