Re: [PATCH] gnu: kdbusaddons: Embed path to kdeinit5, avoid dependency cycles.

2016-12-15 Thread Ludovic Courtès
Hello! Thomas Danckaert skribis: > A remaining issue with kdeinit is, that it needs to run in an > environment with all the required environment variables (such as > QT_PLUGIN_PATH and QML2_IMPORT_PATH) for all possible KDE applications > it has to start (and any

Re: Guix IceCat users have had early access to security fixes

2016-12-15 Thread Kei Kebreau
Mark H Weaver writes: > Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs > fixed by it: > > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ > > I'm pleased to announce that Guix users of IceCat have had early access > all of these fixes. >

[PATCH 1/2] gnu: idris: Update to 0.99.

2016-12-15 Thread David Craven
* gnu/packages/haskell.scm (idris): Update to 0.99. --- gnu/local.mk | 2 + gnu/packages/haskell.scm | 35 .../patches/idris-IDRIS_LIBRARY_PATH.patch | 46 ++

[PATCH 2/2] gnu: Add idris-lightyear.

2016-12-15 Thread David Craven
* gnu/packages/haskell.scm (idris-lightyear): New variable. --- gnu/packages/haskell.scm | 46 ++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2f75c6c37..54fdba72f 100644 ---

Re: [PATCH 1/2] services: postgresql: Add port to configuration

2016-12-15 Thread Ludovic Courtès
Christopher Baines skribis: > * gnu/services/databases.scm (): Add port > field. > (postgresql-shepherd-service): Pass port to postgres. > (postgresql-service): Add port default. Applied, thanks! Ludo’.

Re: [PATCH 1/7] build-system: Add cargo build system.

2016-12-15 Thread Ludovic Courtès
David Craven skribis: >> Would that help? > > Awesome! Thank you. > > The bootstrapping solution turned out much better. I added the > #:system argument to rustc-bootstrap and cargo-bootstrap and moved the > gcc -> cc symlink into rust-bootstrap, so that we get a native >

Re: Guix IceCat users have had early access to security fixes

2016-12-15 Thread Ludovic Courtès
Mark H Weaver skribis: > Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs > fixed by it: > > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ > > I'm pleased to announce that Guix users of IceCat have had early access > all of these fixes.

Re: [PATCH] gnu: tor: Recommend torsocks.

2016-12-15 Thread Kei Kebreau
ng0 writes: > Hi, I see this received no feedback so far. Can someone review > this? Or is it already on someones list? > > Thanks. > > ng0 writes: > >> * gnu/packages/tor.scm (tor)[description]: Recommend torsocks. >> --- >> gnu/packages/tor.scm |

Re: [PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-15 Thread Ludovic Courtès
Christopher Baines skribis: > * gnu/services/databases.scm (): Add locale > field. > (postgresql-shepherd-service): Pass locale to initdb. > (postgresql-service): Add locale default. Applied, thanks! :-) Ludo’.

Re: [PATCH 1/3] gnu: libksysguard: Correct inputs.

2016-12-15 Thread Ludovic Courtès
Thomas Danckaert skribis: > * gnu/packages/kde.scm (libksysguard)[inputs]: Remove kdbusaddons, > kdoctools, kinit, knewstruff, knotifications, kio; add kauth, > kcompletion, kconfig, kcoreaddons, kwidgetsaddons. Applied!

Re: [PATCH 2/3] gnu: Add kdevplatform.

2016-12-15 Thread Ludovic Courtès
Thomas Danckaert skribis: > * gnu/packages/kde.scm (kdevplatform): New variable. Applied with changes to placate ‘guix lint’ (period at the end of synopsis, wrong source file name.) Thanks! Ludo’.

Re: [PATCH 3/3] gnu: Add kdevelop.

2016-12-15 Thread Ludovic Courtès
Thomas Danckaert skribis: > * gnu/packages/kde.scm (kdevelop): New variable. Applied with qttools as a native input to make ‘guix lint’ happy. Thank you! Ludo’.

Re: NetworkManager doesn't "Connect automatically"

2016-12-15 Thread Ludovic Courtès
Chris Marusich skribis: > I tried following polkit's example. These patches enable me to build > network-manager with elogind, but when I reconfigure my system using the > new network-manager package, NetworkManager still fails to automatically > connect (like before,

[PATCH 0/2] python-sympy: Update to 1.0.

2016-12-15 Thread Marius Bakke
Fixes test failure.. Marius Bakke (2): gnu: Add python-mpmath. gnu: python-sympy: Update to 1.0. gnu/packages/python.scm | 36 ++-- 1 file changed, 34 insertions(+), 2 deletions(-) -- 2.11.0

[PATCH 2/2] gnu: python-sympy: Update to 1.0.

2016-12-15 Thread Marius Bakke
* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0. [propagated-inputs]: Add python-mpmath. --- gnu/packages/python.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7f16a9620..3e3c032ad 100644

[PATCH 1/2] gnu: Add python-mpmath.

2016-12-15 Thread Marius Bakke
* gnu/packages/python.scm (python-mpmath, python2-mpmath): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 789e199f5..7f16a9620 100644 ---

[PATCH 2/2] gnu: utox: Update to 0.11.0.

2016-12-15 Thread ng0
* gnu/packages/messaging.scm (utox): Update to 0.11.0. [source]: Update source uri. [build-system]: Change to cmake-build-system. [arguments]: Remove previous content and disable tests, add two new phases. [inputs]: Remove libtoxcore, add c-toxcore. [native-inputs]: Remove it. ---

[PATCH] utox update, c-toxcore new package

2016-12-15 Thread ng0
Adds c-toxcore, updates utox.

[PATCH] gnu: utox: Fix description.

2016-12-15 Thread ng0
* gnu/packages/messaging.scm (utox): Fix description. --- gnu/packages/messaging.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index d9877b7ea..f6586db62 100644 --- a/gnu/packages/messaging.scm +++

Re: [PATCH 1/2] import: json: Silence json-fetch output.

2016-12-15 Thread Ludovic Courtès
David Craven skribis: > I think this commit broke the pypi tests. Indeed, because it’s a different procedure that needs to be mocked now. Eric, could you have a look? Thanks for the heads-up! Ludo’.

Re: [PATCH 2/2] gnu: Add emacs-guix.

2016-12-15 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/packages/emacs.scm (emacs-guix): New variable. OK!

Re: Emacs-Guix released outside from Guix

2016-12-15 Thread Ludovic Courtès
Hi Alex! Alex Kost skribis: > Hello, I've been working on Emacs interface outside from the Guix repo > for some time, I mean I'm not going to maintain it inside Guix, sorry :-( > > The main reason, is, well, inconvenience for me: I don't like to bother > people with patches,

Re: 03/04: graph: Add d3js backend.

2016-12-15 Thread Ludovic Courtès
Hi! rek...@elephly.net (Ricardo Wurmus) skribis: > commit 4d93f312f084c34a70cf7da3abe5f92a74d76861 > Author: Ricardo Wurmus > Date: Sat Oct 22 00:02:19 2016 +0200 > > graph: Add d3js backend. > > * d3.v3.js, graph.js: New files. > * Makefile.am

‘guix refresh’ broken on master?

2016-12-15 Thread Tobias Geerinckx-Rice
Guix, David, Commit 3e0c036 (‘import: Add importer for rust crates’) reliably breaks all calls to ‘guix refresh’ for me: nckx@ubuntu$ ~/guix/pre-inst-env guix refresh --help ;;; note: source file /home/nckx/guix/guix/utils.scm ;;; newer than compiled /home/nckx/guix/guix/utils.go

[PATCH 1/2] gnu: Add c-toxcore.

2016-12-15 Thread ng0
* gnu/packages/messaging.scm (c-toxcore): New variable. --- gnu/packages/messaging.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8660915bb..dcea40836 100644 ---

Re: [PATCH 1/2] gnu: Add emacs-bui.

2016-12-15 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/packages/emacs.scm (emacs-bui): New variable. OK!

[PATCH] utox: fix description.

2016-12-15 Thread ng0
This is a follow-up to the update of utox.

Re: gnu: Add syncthing.

2016-12-15 Thread Petter
Hi again, I've prefixed most of the packages with "golang-" now. However, there are some packages already starting with "golang-", f.ex. "golang-org-x-text-unicode-norm", and I left those alone. It's inconsistent, but I felt this was preferable to names like

Re: gnu: Add Go build system.

2016-12-15 Thread Leo Famulari
On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote: > I've made an attempt at making a build system for Go. It seems to > work, but it's not pretty. My Guix/Guile skills are bad, so keep your > expectations to a minimum. Consider it something where there was > nothing. Thank you for working

Re: 01/01: gnu: python-pyopenssl: Disable tests.

2016-12-15 Thread Leo Famulari
On Wed, Dec 14, 2016 at 05:38:04PM +, Marius Bakke wrote: > mbakke pushed a commit to branch python-tests > in repository guix. > > commit 30e0229a1713e77dc0397dfb4ee6af4ac6a00443 > Author: Marius Bakke > Date: Wed Dec 14 18:34:48 2016 +0100 > > gnu:

Re: Emacs-Guix released outside from Guix

2016-12-15 Thread Ricardo Wurmus
Hi Alex, Ludovic Courtès writes: > Alex Kost skribis: > >> Hello, I've been working on Emacs interface outside from the Guix repo >> for some time, I mean I'm not going to maintain it inside Guix, sorry :-( >> >> The main reason, is, well, inconvenience for

Re: gnu: Add syncthing.

2016-12-15 Thread Leo Famulari
On Thu, Dec 15, 2016 at 10:06:59PM +0100, Petter wrote: > Hi again, > > I've prefixed most of the packages with "golang-" now. However, there are > some > packages already starting with "golang-", f.ex. > "golang-org-x-text-unicode-norm", > and I left those alone. It's inconsistent, but I felt

Re: Unable to configure a system with 'cuirass-service'

2016-12-15 Thread ng0
Mathieu Lirzin writes: > Hi, > > Mathieu Lirzin writes: > >> Carlo Zancanaro writes: >> >>> On Thu, Dec 01 2016, ng0 wrote I tried that before (though I did just think it was wrong) and now I get the same message as yesterday:

[PATCH] gnu: Add Greek Aspell dictionary

2016-12-15 Thread Theodoros Foradis
* gnu/packages/aspell.scm (aspell-dict-el): New variable. --- gnu/packages/aspell.scm | 9 + 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index f392057..01a799f 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -4,6

Re: Unable to configure a system with 'cuirass-service'

2016-12-15 Thread Mathieu Lirzin
Hi, Mathieu Lirzin writes: > Carlo Zancanaro writes: > >> On Thu, Dec 01 2016, ng0 wrote >>> I tried that before (though I did just think it was wrong) and now I >>> get the same message as yesterday: >>> >>> ... >>> >>> In gnu/services/cuirass.scm: 81:

Re: Unable to configure a system with 'cuirass-service'

2016-12-15 Thread Mathieu Lirzin
ng0 writes: > Mathieu Lirzin writes: > >> Hi, >> >> Mathieu Lirzin writes: >> >>> Carlo Zancanaro writes: >>> On Thu, Dec 01 2016, ng0 wrote > I tried that before (though I did just think it was wrong) and now I

Re: gnu: Add Go build system.

2016-12-15 Thread Leo Famulari
On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote: > From 4c0597a95ae3cd111ef12d675edf501c559458ba Mon Sep 17 00:00:00 2001 > From: Petter > Date: Sun, 11 Dec 2016 01:10:09 +0100 > Subject: [PATCH] gnu: Add Go build system. > > * guix/build-system/go.scm: New file > *

[PATCH 1/2] gnu: Add emacs-bui.

2016-12-15 Thread Alex Kost
* gnu/packages/emacs.scm (emacs-bui): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 5e6b99f..d95c683 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@

[PATCH 2/2] gnu: Add emacs-guix.

2016-12-15 Thread Alex Kost
* gnu/packages/emacs.scm (emacs-guix): New variable. --- gnu/packages/emacs.scm | 53 ++ 1 file changed, 53 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index d95c683..eea20d0 100644 --- a/gnu/packages/emacs.scm +++

Re: [PATCH] gnu: Add python-xopen.

2016-12-15 Thread Tobias Geerinckx-Rice
Marius, On 15/12/16 10:20, Marius Bakke wrote: > Why not use 'pypi-uri' here? Otherwise LGTM. What would that give us? Thanks, T G-R signature.asc Description: OpenPGP digital signature

Re: [PATCH] gnu: tor: Recommend torsocks.

2016-12-15 Thread ng0
Hi, I see this received no feedback so far. Can someone review this? Or is it already on someones list? Thanks. ng0 writes: > * gnu/packages/tor.scm (tor)[description]: Recommend torsocks. > --- > gnu/packages/tor.scm | 9 + > 1 file changed, 5

Re: NetworkManager doesn't "Connect automatically"

2016-12-15 Thread Andy Wingo
On Thu 15 Dec 2016 11:24, Chris Marusich writes: > I tried following polkit's example. These patches enable me to build > network-manager with elogind, but when I reconfigure my system using the > new network-manager package, NetworkManager still fails to automatically >

Re: NetworkManager doesn't "Connect automatically"

2016-12-15 Thread Chris Marusich
Chris Marusich writes: > Chris Marusich writes: > >> Andy Wingo writes: >> >>> On Wed 14 Dec 2016 10:13, Chris Marusich writes: >>> Did I make a mistake, or does NetworkManager just not recognize elogind?

Re: Guix IceCat users have had early access to security fixes

2016-12-15 Thread Chris Marusich
Mark H Weaver writes: > Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs > fixed by it: > > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ > > I'm pleased to announce that Guix users of IceCat have had early access > all of these fixes. >

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-15 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > Ricardo Wurmus writes: > >> ng0 writes: >> >>> ng0@wasp ~$ cd src/guix/guix >>> ng0@wasp ~/src/guix/guix$ git grep googlecode >>> gnu/packages/key-mon.scm: >>>

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-15 Thread Taylan Ulrich Bayırlı/Kammer
Ricardo Wurmus writes: > ng0 writes: > >> ng0@wasp ~$ cd src/guix/guix >> ng0@wasp ~/src/guix/guix$ git grep googlecode >> gnu/packages/key-mon.scm: >> "http://key-mon.googlecode.com/files/key-mon-; >> >> >> Are we done then and we only

Re: [PATCH] gnu: Add python-xopen.

2016-12-15 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > * gnu/packages/python.scm (python-xopen, python2-xopen): New variables. > --- > gnu/packages/python.scm | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: Guix IceCat users have had early access to security fixes

2016-12-15 Thread julien lepiller
Le 2016-12-15 02:00, Mark H Weaver a écrit : Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs fixed by it: https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ I'm pleased to announce that Guix users of IceCat have had early access all of these fixes. Since

Emacs-Guix released outside from Guix

2016-12-15 Thread Alex Kost
Hello, I've been working on Emacs interface outside from the Guix repo for some time, I mean I'm not going to maintain it inside Guix, sorry :-( The main reason, is, well, inconvenience for me: I don't like to bother people with patches, etc. I tried to explain it at