Re: [PATCH] Quick-start guide

2016-06-14 Thread yoosty
On Sat, Jun 11, 2016 at 10:49 AM, Leo Famulari wrote: > On Sat, Jun 11, 2016 at 06:43:21AM -0700, yoo...@gmail.com wrote: > > Upon further reflection.. The Guix manual might not be an appropriate > place > > for such a guide. If the Guix manual isn't a good place for such a

Re: [PATCH] gnu: Add python-wcwidth and python2-wcwidth.

2016-06-14 Thread Leo Famulari
On Wed, Jun 15, 2016 at 01:15:37AM +0200, Danny Milosavljevic wrote: > On Tue, 14 Jun 2016 09:41:01 -0400 > Leo Famulari wrote: > > > > >@code{wcwidth} and @code{wcwidth} > > Is that twice the same thing? Yes! :p The second one should be wcswidth.

help with setenv of perl-curses

2016-06-14 Thread ng0
This is what I have so far, after many tries. There was a generation which had a let for the ncurses in the phase, but I seem not to be able to get the CURSES_CFLAGS and CURSES_CFLAGS to pass along right. (define-public perl-curses (package (name "perl-curses") (version "1.34") (source

Re: [PATCH] gnu: Add python-wcwidth and python2-wcwidth.

2016-06-14 Thread Danny Milosavljevic
On Tue, 14 Jun 2016 09:41:01 -0400 Leo Famulari wrote: > > >@code{wcwidth} and @code{wcwidth} Is that twice the same thing?

Re: [PATCH] gnu: Update python2-qrcode

2016-06-14 Thread d4n1
OK. I'll rebuild packages and send a complete patch. thanks. Daniel Pimentel (aka d4n1)On ng0 , Jun 14, 2016 6:13 PM wrote:On 2016-06-14(05:00:11-0300), Daniel Pimentel wrote: > > Could you use https://pypi.python.org/packages/source/q/qrcode/qrcode-" > > instead

Re: Openttd - mention todo/integration status of OpenGFX in description?

2016-06-14 Thread Albin
Den Sun, 12 Jun 2016 21:16:05 +0200 skrev Re: Openttd - mention todo/integration status of OpenGFX in description?: > Den Sun, 12 Jun 2016 15:50:19 + > skrev Re: Openttd - mention todo/integration status of OpenGFX in > description?: > > > On 2016-06-12(03:21:29+0200), Albin wrote: > > >

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-14 Thread Hartmut Goebel
Sorry, this patch was accidentaly resend. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog:

Re: [PATCH v5] gnu: Add teensy-loader-cli.

2016-06-14 Thread Hartmut Goebel
Sorry, this patch was accidentaly resend. smime.p7s Description: S/MIME Cryptographic Signature

Re: [PATCH] Add more symlinks to python-wrapper

2016-06-14 Thread Hartmut Goebel
Sorry, this patch was accidentaly resend. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog:

[WIP v0.1 8/8] gnu: Add kde kconfig

2016-06-14 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kconfig): New variable. --- gnu/packages/kde-frameworks.scm | 52 + 1 file changed, 52 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index dca89d7..2355fa9 100644 ---

[WIP v0.1 6/8] gnu: Add kde karchive

2016-06-14 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (karchive): New variable. --- gnu/packages/kde-frameworks.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index b1e7038..ab90112 100644 ---

[WIP v0.1 2/8] gnu: Add kde attica

2016-06-14 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (attica): New variable. --- gnu/packages/kde-frameworks.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 902d0fd..ca89374 100644 ---

[WIP v0.1 4/8] gnu: Add kde breeze-icons

2016-06-14 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (breeze-icons): New variable. --- gnu/packages/kde-frameworks.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index e4a947b..0a17568 100644 ---

[WIP v0.1 3/8] gnu: Add kde bluez-qt

2016-06-14 Thread Hartmut Goebel
* gnu/packages/kde-frameworks.scm (bluez-qt): New variable. --- gnu/packages/kde-frameworks.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ca89374..e4a947b 100644 ---

[WIP v0.1 0/8] KDE framework 5, tier 1

2016-06-14 Thread Hartmut Goebel
Hi, this is the first batch of WIP patched for KDE framework 5, tier 1. I pushed the (complete) branch to . Feel free to comment there or per mail. Hartmut Goebel (8): extra-cmake: Update comments gnu: Add kde attica gnu: Add kde bluez-qt gnu: Add kde

[PATCH] gnu: wrap-python3: create more symlinks.

2016-06-14 Thread Hartmut Goebel
* gnu/pyckages/python.csm (wrap-python3): Create symlinks for pip and python-config, too. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 65210e0..5c4bf3b 100644 ---

[PATCH v5] gnu: Add teensy-loader-cli.

2016-06-14 Thread Hartmut Goebel
* gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. * gnu/packages/patches/teensy-loader-cli-Add-support-for-h-help.patch, gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch New files. --- gnu/packages/flashing-tools.scm| 53

[PATCH] Add more symlinks to python-wrapper

2016-06-14 Thread Hartmut Goebel
Enclosed patch adds missing sysmlinks "python-config" and "pip" to python-wrapper. I did not add a symlink for easy_install, this this is obsoleted by pip. Hartmut Goebel (1): gnu: wrap-python3: create more symlinks. gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2

Re: [PATCH] gnu: Update python2-qrcode

2016-06-14 Thread ng0
On 2016-06-14(05:00:11-0300), Daniel Pimentel wrote: > > Could you use https://pypi.python.org/packages/source/q/qrcode/qrcode-; > > instead of the http uri? > > Done! > > Thanks :) > > -- > Daniel Pimentel (aka d4n1) > From 55137a720f4642fff0b67d91e37887e1ae14b8c5 Mon Sep 17 00:00:00 2001 >

Re: [WIP 0/8] GNOME Maps

2016-06-14 Thread Leo Famulari
On Tue, Jun 14, 2016 at 02:17:52PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > It works for version 3.18.2! Attached. > > Cool, let’s commit this one as a starting point! I found it only works from within GNOME. In i3, it fails like this:

Re: [PATCH] gnu: Update python2-qrcode

2016-06-14 Thread Daniel Pimentel
Could you use https://pypi.python.org/packages/source/q/qrcode/qrcode-; instead of the http uri? Done! Thanks :) -- Daniel Pimentel (aka d4n1)From 55137a720f4642fff0b67d91e37887e1ae14b8c5 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Tue, 14 Jun 2016 16:58:31 -0300

Re: [PATCH] import: pypi: read requirements from wheels.

2016-06-14 Thread Cyril Roelandt
On 05/15/2016 09:49 PM, Ludovic Courtès wrote: > > Cyril, if there’s nothing from the previous review round that’s missing, > please push! Finally done! Cyril.

Re: [PATCH] gnu: Update python2-pbkdf2

2016-06-14 Thread Daniel Pimentel
Add HTTPS in URI. thanks, -- Daniel Pimentel (aka d4n1)From facbf4a5b4c01abd583adebc66949737b9b54d19 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Tue, 14 Jun 2016 17:00:57 -0300 Subject: [PATCH 8/8] gnu: Update python2-pbkdf2 --- gnu/packages/python.scm | 2 +- 1 file

Re: [PATCH] gnu: Update python2-pbkdf2

2016-06-14 Thread Daniel Pimentel
Update patch to python2-pbkdf2 (python2 support). -- Daniel Pimentel (aka d4n1)From 0535122c2fe6e59b1ee9639224dae9a7ee8291c8 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Tue, 14 Jun 2016 16:53:45 -0300 Subject: [PATCH 6/6] gnu: Update python2-pbkdf2 ---

Re: [PATCH] gnu: Update python2-jsonrpclib

2016-06-14 Thread Daniel Pimentel
Update patch python2-jsonrpclib -- Daniel Pimentel (aka d4n1)From 4abd2effdb7b75ef57109c53b9983186c214b0dd Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Tue, 14 Jun 2016 16:51:00 -0300 Subject: [PATCH 5/5] gnu: Update python2-jsonrpclib --- gnu/packages/python.scm | 6

Re: [PATCH] gnu: Add python2-qrcode

2016-06-14 Thread ng0
On 2016-06-14(04:26:08PM-0300), Daniel Pimentel wrote: > Added python2-qrcode. > > -- > Daniel Pimentel (aka d4n1) > From 3a9c7b2ed591a32ff7d8b40f1b24ee51f8350577 Mon Sep 17 00:00:00 2001 > From: Daniel Pimentel > Date: Tue, 14 Jun 2016 16:23:41 -0300 > Subject: [PATCH 3/3] gnu:

[PATCH] Re: syntax check before commit and patch: net-perl-psyc

2016-06-14 Thread ng0
From 771d300cd6f195720e782464ce7a7328edcf566f Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 14 Jun 2016 14:52:52 + Subject: [PATCH] gnu: Add perl-net-psyc. * gnu/packages/perl.scm (perl-net-psyc): New Variable. --- gnu/packages/perl.scm | 69

Re: [WIP 0/8] GNOME Maps

2016-06-14 Thread Leo Famulari
On Tue, Jun 14, 2016 at 02:17:52PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > It works for version 3.18.2! Attached. > > Cool, let’s commit this one as a starting point! Soon :) I need to clean it up and re-review the earlier part of the patch series. > > But

[PATCH] gnu: services: Add mysql-service.

2016-06-14 Thread 宋文武
* gnu/services/database.scm (): New record type. (%mysql-accounts, mysql-service-type): New variables. (mysql-configuration-file, %mysql-activation, mysql-shepherd-services) (mysql-services): New procedures. * doc/guix.texi (Database Services): Document it. --- doc/guix.texi | 19

Re: [PATCH] gnu: youtube-dl: Update to 2016.06.14.

2016-06-14 Thread Alex Vong
Efraim Flashner writes: > On Tue, Jun 14, 2016 at 01:15:28PM +0800, Alex Vong wrote: >> Hi, >> >> This patch upgrades youtube-dl to the latest version. Also, the source >> uri and home-page uri are changed to use https. The change is made >> because the http source uri

Re: Install gpg2 as gpg

2016-06-14 Thread Leo Famulari
On Tue, Jun 14, 2016 at 02:09:41PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > There was discussion of installing the gnupg-2.1 binaries 'gpg2' and > > 'gpgv2' as 'gpg' and 'gpgv' on the 'Trustable guix pull' thread [0]. [...] > > The configuration option

Re: [PATCH] gnu: Add python-wcwidth and python2-wcwidth.

2016-06-14 Thread Leo Famulari
On Tue, Jun 14, 2016 at 02:13:32PM +0200, Danny Milosavljevic wrote: > On Mon, 13 Jun 2016 16:59:14 -0400 > Leo Famulari wrote: > > > On Sun, Jun 12, 2016 at 05:40:06PM +0200, Danny Milosavljevic wrote: > > > * gnu/packages/python.scm (python-wcwidth, python2-wcwidth): New >

Re: Install gpg2 as gpg

2016-06-14 Thread Leo Famulari
On Tue, Jun 14, 2016 at 12:49:42PM +, ng0 wrote: > gnupg-2.0 and gnupg-2.1 are currently individual packages which can be > installed side by side in guix? They are different packages but I assume they cannot be installed together since they both have the 'gpg2' and 'gpg2v' binaries and man

Re: [PATCH] 0 of 2: emacs-lua-mode, emacs-ebuild-mode .

2016-06-14 Thread ng0
On 2016-06-13(09:35:17PM+), ng0 wrote: > The following 2 patches add 2 new major modes. > > 2 is to be applied after 1 for they directly > follow each other in the emacs.scm file > Resent based on current master (13:00 UTC). -- ♥Ⓐ ng0 For non-prism friendly talk find me on psyced.org /

Re: [PATCH] 1 of 2: emacs-lua-mode [v2]

2016-06-14 Thread ng0
From 8788b9c676b2fc0738325c055176e07ce9f88788 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 14 Jun 2016 13:00:59 + Subject: [PATCH] gnu: Add emacs-lua-mode. * gnu/packages/emacs.scm (emacs-lua-mode): New Variable. --- gnu/packages/emacs.scm | 22

Re: [PATCH] 2 of 2: emacs-ebuild-mode [v2]

2016-06-14 Thread ng0
From 1237cf72109c020e299f2eeb0898418a7520c415 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 14 Jun 2016 13:03:50 + Subject: [PATCH] gnu: Add emacs-ebuild-mode. * gnu/packages/emacs.scm (emacs-ebuild-mode): New Variable --- gnu/packages/emacs.scm | 21

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Thompson, David
On Tue, Jun 14, 2016 at 8:04 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus >> wrote: >>> >>> David Thompson writes: >>> From:

Re: Install gpg2 as gpg

2016-06-14 Thread ng0
On 2016-06-14(09:52:46AM+0200), Andreas Enge wrote: > Hello, > > On Mon, Jun 13, 2016 at 05:07:08PM -0400, Leo Famulari wrote: > > On Mon, Jun 13, 2016 at 08:24:23PM +, ng0 wrote: > > > What if we patched gpg-1 to not colide with gpg-2? > > > > > > For example, move gpg and gpgv and man pages

Re: [Patch] go@1.4 Updated patch

2016-06-14 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > It seems we’re almost done! I was about to commit it with the changes > below on top of the patch you posted (they are mostly cosmetic.) > > Since there are parts I don’t fully understand, I thought I’d leave it > up to you. In particular, could you

Re: syntax check before commit and patch: net-perl-psyc

2016-06-14 Thread ng0
On 2016-06-14(12:10:05+0200), Ludovic Courtès wrote: > Hello! > > ng0 skribis: > > > the following is an insert minus the header etc of > > net-perl-psyc. Before I commit and send in a patch, I'd > > like to check if there's anything I can improve. > > Overall it looks

Re: Guix mentioned in Journal of Open Source Software (JOSS)

2016-06-14 Thread Ludovic Courtès
Howdy! Ricardo Wurmus skribis: > Pjotr Prins writes: > >> We published a paper on GeneNetwork which uses Guix for deployment: >> >> http://joss.theoj.org/papers/10.21105/joss.00025 > > Congratulations on getting the paper accepted!

Re: [WIP 0/8] GNOME Maps

2016-06-14 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, May 02, 2016 at 10:37:06AM +0200, Ludovic Courtès wrote: >> Leo Famulari skribis: >> >> > $ gnome-maps >> > ** (org.gnome.Maps:14112): WARNING **: Failed to load shared library >> > 'libgoa-1.0.so.0' referenced by the

Re: [PATCH] 0 of 2: emacs-lua-mode, emacs-ebuild-mode

2016-06-14 Thread ng0
On 2016-06-14(11:46:08+0300), Alex Kost wrote: > ng0 (2016-06-14 00:35 +0300) wrote: > > > The following 2 patches add 2 new major modes. > > > > 2 is to be applied after 1 for they directly > > follow each other in the emacs.scm file > > The patches look good to me except I cannot apply them.

[PATCH] gnu: Add log4cpp.

2016-06-14 Thread Ricardo Wurmus
* gnu/packages/logging.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/logging.scm | 47 +++ 2 files changed, 48 insertions(+) create mode 100644 gnu/packages/logging.scm diff --git

Re: [PATCH] gnu: Add python-wcwidth and python2-wcwidth.

2016-06-14 Thread Danny Milosavljevic
On Mon, 13 Jun 2016 16:59:14 -0400 Leo Famulari wrote: > On Sun, Jun 12, 2016 at 05:40:06PM +0200, Danny Milosavljevic wrote: > > * gnu/packages/python.scm (python-wcwidth, python2-wcwidth): New variables. > > > > Thanks for the patch! > > What do you think of the

Re: Install gpg2 as gpg

2016-06-14 Thread Ludovic Courtès
Leo Famulari skribis: > There was discussion of installing the gnupg-2.1 binaries 'gpg2' and > 'gpgv2' as 'gpg' and 'gpgv' on the 'Trustable guix pull' thread [0]. > > If we do this, it will become impossible to install gnupg-1 and > gnupg-2.1 in the same profile, due to

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Ludovic Courtès
"Thompson, David" skribis: > On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus > wrote: >> >> David Thompson writes: >> >>> From: David Thompson >>> >>> * gnu/packages/boost.scm (boost)[arguments]:

Re: Install gpg2 as gpg

2016-06-14 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > By the way, should we maybe make pinentry a propagated input of gnupg-2.1? > If I understand correctly, gnupg-2.1 will not work without it (and mixing > pinentry from Debian with gnupg-2.1 from Guix was one of the reasons for > gnupg not working at

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 07:41:31AM -0400, Thompson, David wrote: > On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus > wrote: > > > > David Thompson writes: > > > >> From: David Thompson > >> > >> * gnu/packages/boost.scm

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Thompson, David
On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus wrote: > > David Thompson writes: > >> From: David Thompson >> >> * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to >> #:make-flags argument. > > If I

[PATCH v5] gnu: Add teensy-loader-cli.

2016-06-14 Thread Hartmut Goebel
* gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. * gnu/packages/patches/teensy-loader-cli-Add-support-for-h-help.patch, gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch New files. --- gnu/packages/flashing-tools.scm| 53

Re: Adding wc to Bournish

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 01:20:29PM +0300, Efraim Flashner wrote: > On Tue, Jun 14, 2016 at 11:57:26AM +0200, Ricardo Wurmus wrote: > > > > Efraim Flashner writes: > > > > > +(define wc-command-implementation > > > + (lambda files > > > +(let ((files (filter (lambda

Re: [PATCH v4] gnu: Add teensy-loader-cli.

2016-06-14 Thread Hartmut Goebel
Am 13.06.2016 um 22:41 schrieb Leo Famulari: > What do you think about the changes suggested here? > http://lists.gnu.org/archive/html/guix-devel/2016-06/msg00131.html Oh, I missed this. Thanks for pointing me to it. The quasiquote is what I was looking for, thanks. I'll send an updated patch

Re: Adding wc to Bournish

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:57:26AM +0200, Ricardo Wurmus wrote: > > Efraim Flashner writes: > > > +(define wc-command-implementation > > + (lambda files > > +(let ((files (filter (lambda (file) > > + (catch 'system-error > > +

Re: [PATCH] gnurl: add CA path to configure-flags

2016-06-14 Thread Ludovic Courtès
ng0 skribis: > On 2016-06-13(04:43:32+0200), Ludovic Courtès wrote: >> Hi, >> >> Andreas Enge skribis: >> >> > On Sat, Jun 11, 2016 at 08:51:28PM +, ng0 wrote: >> >> * gnurl(configure-flags): --with-ca-path=/etc/ssl/certs/ >> > >> > my impression

Re: syntax check before commit and patch: net-perl-psyc

2016-06-14 Thread Ludovic Courtès
Hello! ng0 skribis: > the following is an insert minus the header etc of > net-perl-psyc. Before I commit and send in a patch, I'd > like to check if there's anything I can improve. Overall it looks good! >(replace > 'install >

Re: How to deal with system-wide state databases

2016-06-14 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: [...] >>> With this construct, I'd have to patch out the 'scrollkeeper-update' >>> command from the GParted build system. >> >> Yes. > > Great. So the next step with GParted is to create a > 'scrollkeeper-database' hook. I'm not

Re: [PATCH 02/14] gnu: Add qtimageformats.

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:07:03AM +0200, Andreas Enge wrote: > On Sun, Jun 12, 2016 at 11:20:24PM +0300, Efraim Flashner wrote: > > quite possibly the inputs could be shortened, but since they're all > > using qmake for configure I don't really know how to check. > > You could compile the

Re: Adding wc to Bournish

2016-06-14 Thread Ricardo Wurmus
Efraim Flashner writes: > +(define wc-command-implementation > + (lambda files > +(let ((files (filter (lambda (file) > + (catch 'system-error > + (lambda () > + (stat file)) > +

Re: Guix mentioned in Journal of Open Source Software (JOSS)

2016-06-14 Thread Andy Wingo
On Tue 14 Jun 2016 09:47, Pjotr Prins writes: > (3) I also think the default GUIX key should just be available. Why make > guix authorize an extra step? When I install guix, I WANT it. I agree. If you are installing from a binary snapshot, you are trusting binaries

Re: Adding wc to Bournish

2016-06-14 Thread Efraim Flashner
On Wed, Jun 08, 2016 at 05:43:09PM +0200, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > On Sun, Jun 05, 2016 at 10:37:12PM +0200, Ludovic Courtès wrote: > > [...] > > >> I’ll commit a couple of fixes for bugs I just found and that prevent us > >> from doing: >

Re: Guix mentioned in Journal of Open Source Software (JOSS)

2016-06-14 Thread Ricardo Wurmus
Pjotr Prins writes: > We published a paper on GeneNetwork which uses Guix for deployment: > > http://joss.theoj.org/papers/10.21105/joss.00025 Congratulations on getting the paper accepted! > The review process is online and you can see there were some hickups >

Re: [PATCH] 0 of 2: emacs-lua-mode, emacs-ebuild-mode

2016-06-14 Thread Alex Kost
ng0 (2016-06-14 00:35 +0300) wrote: > The following 2 patches add 2 new major modes. > > 2 is to be applied after 1 for they directly > follow each other in the emacs.scm file The patches look good to me except I cannot apply them. git gives the following error: error: could not build fake

Re: Guix mentioned in Journal of Open Source Software (JOSS)

2016-06-14 Thread Ricardo Wurmus
Pjotr Prins writes: > (4) Finally, is there a way to automatically inject the search paths in > the shell? Rather than printing them, and people have to copy-paste, > why not create a new shell with paths set? Or is that already > available? At this institute I

Re: FYI: started working on kde-frameworks

2016-06-14 Thread Andreas Enge
On Mon, Jun 13, 2016 at 05:02:46PM +0200, Ludovic Courtès wrote: > Hartmut Goebel skribis: > > The KDE frameworks are layered into 4 tiers and I'll work my way tier by > > tier. > Nice. Andreas started packaging KDE things some time ago, but I can’t > remember if

Re: Install gpg2 as gpg

2016-06-14 Thread Andreas Enge
Hello, On Mon, Jun 13, 2016 at 05:07:08PM -0400, Leo Famulari wrote: > On Mon, Jun 13, 2016 at 08:24:23PM +, ng0 wrote: > > What if we patched gpg-1 to not colide with gpg-2? > > > > For example, move gpg and gpgv and man pages of them > > for gpg-1 to something which has -1 in its name. > >

Guix mentioned in Journal of Open Source Software (JOSS)

2016-06-14 Thread Pjotr Prins
We published a paper on GeneNetwork which uses Guix for deployment: http://joss.theoj.org/papers/10.21105/joss.00025 The review process is online and you can see there were some hickups with Guix: https://github.com/openjournals/joss-reviews/issues/25 (1) Roel has suggested we should

Re: [WIP 0/8] GNOME Maps

2016-06-14 Thread Leo Famulari
On Mon, May 02, 2016 at 10:37:06AM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > $ gnome-maps > > ** (org.gnome.Maps:14112): WARNING **: Failed to load shared library > > 'libgoa-1.0.so.0' referenced by the typelib: libgoa-1.0.so.0: cannot open > > shared

Re: [PATCH] gnu: youtube-dl: Update to 2016.06.14.

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 01:15:28PM +0800, Alex Vong wrote: > Hi, > > This patch upgrades youtube-dl to the latest version. Also, the source > uri and home-page uri are changed to use https. The change is made > because the http source uri was redirected to a https uri, causing > youtube-dl to