On Sat, Feb 06, 2016 at 10:54:34AM -0800, Christopher Allan Webber wrote:
Maybe we should have a place to collect ideas?
Anyway, here would be my top items for GSoC:
- An installer wizard (written in Guile of course!)
- g-expressions which generate packages of the Guix package manager for
.de
Leo Famulari writes:
> On Sun, Feb 07, 2016 at 05:50:12PM +0100, Nils Gillmann wrote:
>> Nils Gillmann writes:
>>
>> --snipsnap--
>>
>> I hope this works, I pulled from master some minutes ago, I merged the
>> branch, squashed the commits into one with softreset,...
>> I really hope I did it r
On Mon, 8 Feb 2016 11:45:30 +0100
Tomáš Čech wrote:
> On Sat, Feb 06, 2016 at 10:54:34AM -0800, Christopher Allan Webber wrote:
> >Maybe we should have a place to collect ideas?
> >
> >Anyway, here would be my top items for GSoC:
> >
> > - An installer wizard (written in Guile of course!)
> > - g
Fabian Harfert writes:
> Looking into this source file I found out that it would make it
> possible to support Gtk+ themes out of the box, if the environment
> variable GTK_DATA_PREFIX is set to the base directory of the user's
> profile (e.g. /home/rms/.guix_profile/). I tried it with lxapearan
To support the JVM we'll need to add the openjdk.
Having a look at it I think it is doable. Only problem is that the
java compiler needs to be bootstrapped with itself.
In Nix they create a binary blob to bootstrap:
let
# !!! These should be on nixos.org
src = if glibc.system ==
Pjotr Prins writes:
> To support the JVM we'll need to add the openjdk.
>
> Having a look at it I think it is doable. Only problem is that the
> java compiler needs to be bootstrapped with itself.
>
> In Nix they create a binary blob to bootstrap:
>
> let
> # !!! These should be on ni
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.9.
[propagated-inputs]: Add 'emacs-async'.
---
gnu/packages/emacs.scm | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index aa308cb..48417e6 100644
--- a/gnu/packages/ema
* gnu/packages/emacs.scm (emacs-with-editor): New variable.
---
gnu/packages/emacs.scm | 25 +
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fc940eb..8084bb3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.
* gnu/packages/emacs.scm (magit): Update to 2.5.0.
[propagated-inputs]: Add 'emacs-with-editor'.
[arguments]: Make with WITH_EDITOR_DIR.
---
gnu/packages/emacs.scm | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
in
"with-editor.el" library was a part of Magit, now (since 2.5.0) it is a
separate package.
"debbugs.el" now depends on "async" library.
[PATCH 1/4] gnu: Add emacs-with-editor.
[PATCH 2/4] gnu: magit: Update to 2.5.0.
[PATCH 3/4] gnu: Add emacs-async.
[PATCH 4/4] gnu: emacs-debbugs: Update to 0.9.
Hi,
pe...@krutt.org skribis:
> I'm preparing myself to migrate to GuixSD in the following weeks, I've
> read a couple of pages from the documentation, and how the whole system
> is build, so far I can go without having LVM, and since I only use a
> lightweight window manager, the lack of GNOME an
I’ve pushed the ‘python2-variant’ trick as 1be8334. Subsequent commits
use it for a bunch of packages.
I’ll let others handle the remaining packages where this would help.
:-)
Closing the bug!
Ludo’.
Ricardo Wurmus skribis:
> pjotr Prins writes:
>
>> To support the JVM we'll need to add the openjdk.
>>
>> Having a look at it I think it is doable. Only problem is that the
>> java compiler needs to be bootstrapped with itself.
>>
>> In Nix they create a binary blob to bootstrap:
>>
>> let
Alex Kost skribis:
> * gnu/packages/emacs.scm (emacs-with-editor): New variable.
OK!
Alex Kost skribis:
> * gnu/packages/emacs.scm (magit): Update to 2.5.0.
> [propagated-inputs]: Add 'emacs-with-editor'.
> [arguments]: Make with WITH_EDITOR_DIR.
I fear Magit upgrades these days but well, let’s just do it. Thanks!
Ludo’.
Alex Kost skribis:
> * gnu/packages/emacs.scm (emacs-debbugs): Update to 0.9.
> [propagated-inputs]: Add 'emacs-async'.
OK. Thanks!
Ludo'.
Alex Kost skribis:
> * gnu/packages/emacs.scm (emacs-async): New variable.
OK!
* gnu/system.scm (operating-system-etc-service)[profile]: Add
'GTK_DATA_PREFIX' definition.
---
gnu/system.scm | 4
1 file changed, 4 insertions(+)
diff --git a/gnu/system.scm b/gnu/system.scm
index ff3a400..81c38e7 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -2,6 +2,7 @@
;;; Copy
Pjotr Prins writes:
> * gnu/packages/admin.scm (munge): New variable.
This looks good to me. Thanks, Pjotr!
I’d add the first few sentences of the description on the home page to
the description field as well, because they make it clearer what munge
is used for.
I’ll push the modified versi
Hi!
> GTK_DATA_PREFIX is not a search path, so it’s expected that only one
> directory can be specified. Is this a problem?
I don't know, I've sent a patch adding it to the /etc/profile file, as
Mark (Weaver) suggested first. But this affects only the user profile
and not the system profile, so
Ludovic Courtès writes:
>> The build.xml it generates contains a target “touch” which is run before
>> wrapping up the compiled .class files in a jar archive; this target
>> ensures that the timestamps of all archived files are reset, so the
>> produced jars can be (and in case of the above-ment
On Mon, Feb 08, 2016 at 04:22:25PM +0100, Ludovic Courtès wrote:
> > We are bootstrapping with GCJ.
>
> And kudos to you Ricardo for doing the right thing. It’s much more
> confidence-inspiring than the above snippet. :-)
Yes, it is very impressive in fact. Of course the journey starts here.
M
Patch b24765139c8940541b23f84592d3580d53f71d71
(define-public sqlite
(package
(name "sqlite")
- (version "3.8.11.1")
+ (version "3.10.0")
(source (origin
is the cause of python(2|3)-sqlalchemy breaking. I confirmed that by
regressing to the original sqlite package. Since the pytho
* gnu/packages/python.scm (python2-backport-ssl-match-hostname):
Update to 1.0.11
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5b988c1..47c7975 100644
--- a/gnu/packages/python.scm
+++ b/
* gnu/packages/python.scm (python-sqlalchemy):
Update to 1.0.11
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5b988c1..47c7975 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/pytho
Tomáš Čech writes:
> On Sat, Feb 06, 2016 at 10:54:34AM -0800, Christopher Allan Webber wrote:
>>Maybe we should have a place to collect ideas?
>>
>>Anyway, here would be my top items for GSoC:
>>
>> - An installer wizard (written in Guile of course!)
>> - g-expressions which generate packages of
Pjotr Prins writes:
> On Mon, Feb 08, 2016 at 04:22:25PM +0100, Ludovic Courtès wrote:
>> > We are bootstrapping with GCJ.
>>
>> And kudos to you Ricardo for doing the right thing. It’s much more
>> confidence-inspiring than the above snippet. :-)
>
> Yes, it is very impressive in fact. Of co
Pjotr Prins writes:
> * gnu/packages/python.scm (python-sqlalchemy):
> Update to 1.0.11
> ---
> gnu/packages/python.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 5b988c1..47c7975 100644
> --- a/gnu/packag
On Mon, Feb 8, 2016 at 12:24 PM, Christopher Allan Webber
wrote:
> What I'm talking about is Guix *as a package
> manager* to be able to be available on foreigh distros so I can
> encourage friends to do:
>
> apt-get install guix
>
> ... and then do user-space hacking with Guix, and use "guix en
Hi,
I have been asked to write up an argument for the advantages that GNU Guix
confers for deploying linux software, especially scientific computing and
including bioinformatics software.
To that end I have written up this document
https://github.com/malcook/sce/blob/master/Ma
On Mon, Feb 08, 2016 at 09:26:42AM -0800, Christopher Allan Webber wrote:
> Pjotr Prins writes:
>
> > * gnu/packages/python.scm (python-sqlalchemy):
> > Update to 1.0.11
[...]
> LGTM, push it!
>
> . o O (iirc, version bump pushes are often ok to just push to guix)
> (master if you have co
Thompson, David writes:
> On Mon, Feb 8, 2016 at 12:24 PM, Christopher Allan Webber
> wrote:
>> What I'm talking about is Guix *as a package
>> manager* to be able to be available on foreigh distros so I can
>> encourage friends to do:
>>
>> apt-get install guix
>>
>> ... and then do user-space
Hello,
I applied the patch and got a test failure:
sqlalchemy.exc.NoSuchColumnError: "Could not locate column in row for column
'users.user_id'"
=== short test summary info
FAIL
test/sql/test_resultset.py::ResultProxyTest_sqlite_pysqlite::():
Sorry, I did not realise that this is related to the sqlite thing.
Maybe file a bug report upstream?
Andreas
On Mon, Feb 08, 2016 at 12:17:51PM +0100, Nils Gillmann wrote:
> Leo Famulari writes:
> > On Sun, Feb 07, 2016 at 05:50:12PM +0100, Nils Gillmann wrote:
[...]
> >> * gnu/packages/lisp.scm (lispf4): New variable.
> The diff looks okay for me, I only ended up with 2 (let*) because
> of the pa
On Mon, Feb 08, 2016 at 11:47:31AM -0800, Christopher Allan Webber wrote:
> So, I talked about this with Stefano Zacchiroli while at FOSDEM. He
> suggested that we could do /opt/g/ or something like that and we *could*
> get Guix in as a package manager to Debian. Sure, it wouldn't be able
> to u
On Mon, Feb 08, 2016 at 09:07:46PM +0100, Andreas Enge wrote:
> Sorry, I did not realise that this is related to the sqlite thing.
Yes, it is not about this version of python-sqlalchemy.
> Maybe file a bug report upstream?
They will fix it when they upgrade sqlite. python-sqlalchemy is under
act
On Mon, Feb 08, 2016 at 09:49:51PM +0100, Pjotr Prins wrote:
> They will fix it when they upgrade sqlite. python-sqlalchemy is under
> active development. Question is what we do for the time being with
> sqlite.
I would say the culprit is python-sqlalchemy and not sqlite. So if you
cannot wait fo
Yes, that is what I have already done. I can't afford to wait ;)
I am just wondering how many packages are broken (visibly or not).
Sqlite changed something fundamental.
Pj.
On Mon, Feb 08, 2016 at 09:57:10PM +0100, Andreas Enge wrote:
> On Mon, Feb 08, 2016 at 09:49:51PM +0100, Pjotr Prins wro
l...@gnu.org (Ludovic Courtès) writes:
> Seriously, I think we should be aiming for a release by the end of the
> month. Here a few rather low-hanging fruits that I think we should
> address:
>
[...]
> • The ‘guile@1.8’ syntax patch. Mathieu?
I didn't relook into it yet. I will try to find s
Hello,
I've finally got around to packaging the pass password manager.
>From 86ab2ad8f47cb72780cf0140352a9a5c26af36f8 Mon Sep 17 00:00:00 2001
From: Jessica Tallon
Date: Mon, 8 Feb 2016 22:12:50 +0100
Subject: [PATCH] gnu: Add pass.
* gnu/packages/password-utils.scm (pass): New variable.
---
g
Leo Famulari writes:
> On Mon, Feb 08, 2016 at 09:26:42AM -0800, Christopher Allan Webber wrote:
>> Pjotr Prins writes:
>>
>> > * gnu/packages/python.scm (python-sqlalchemy):
>> > Update to 1.0.11
>
> [...]
>
>> LGTM, push it!
>>
>> . o O (iirc, version bump pushes are often ok to just push to g
thanks for it.
Daniel Pimentel (d4n1)On iyzs...@member.fsf.org, Feb 8, 2016 2:46 AM wrote:iyzs...@member.fsf.org (宋文武) writes:
> ren...@openmailbox.org writes:
>
>> Hi,
>>
>> i attached patch for review.
>>
OK, I'm little hurry and pushed with following adjustments:
- Move to gnome.s
Hello all! I got autossh packaged, at least in theory. I use this all
the time when on Debian.
And yet, though the binary appears on my profile, it seems to do nothing
in Guix. I'm not sure why this is.
I should be able to do:
autossh fencepost.gnu.org
and it should work, but instead I jus
Leo Famulari writes:
> On Mon, Feb 08, 2016 at 12:17:51PM +0100, Nils Gillmann wrote:
>> Leo Famulari writes:
>> > On Sun, Feb 07, 2016 at 05:50:12PM +0100, Nils Gillmann wrote:
>
> [...]
>
>> >> * gnu/packages/lisp.scm (lispf4): New variable.
>
>> The diff looks okay for me, I only ended up
On Mon, 08 Feb 2016 16:05:19 -0800
Christopher Allan Webber wrote:
> Hello all! I got autossh packaged, at least in theory. I use this all
> the time when on Debian.
>
> And yet, though the binary appears on my profile, it seems to do nothing
> in Guix. I'm not sure why this is.
>
> I should
On Tue, 09 Feb 2016 02:31:51 +0100
Nils Gillmann wrote:
> Leo Famulari writes:
>
> [...]
> [...]
> [...]
> [...]
> [...]
> [...]
> [...]
> [...]
>
> Thanks!
>
> But now as I did guix pull and installed it from there, and do
> not run it inside guix environment, I encou
47 matches
Mail list logo