Re: Ricardo Wurmus appointed co-maintainer

2016-07-26 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > I’m happy to announce that Ricardo Wurmus has just been appointed by the > GNU overseers to join me as co-maintainer of GNU Guix. > > Ricardo is a long-time free software activist and has been making > significant contributions to Guix for

Re: [PATCH] gnu: sbcl: Update to 1.3.7.

2016-07-25 Thread
Andy Patterson writes: > This patch allows sbcl to build using the newer texlive. Pushed, thanks!

Re: [PATCH 2/2] gnu: racket: Add more inputs.

2016-07-22 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/schem.scm (racket)[inputs]: Add glu, gmp, libpng, libx11, > ^^ > Typo. > >> mesa, mpfr, openssl and unixodbc. Replace lib

[PATCH 1/2] gnu: racket: Patch dynamically loaded libraries with absolute paths.

2016-07-19 Thread
* gnu/packages/scheme.scm (racket)[arguments]: Patch 'ffi-lib' calls to absolute paths in 'pre-configure' phase. Remove 'wrap-programs' phase. --- gnu/packages/scheme.scm | 105 ++-- 1 file changed, 65 insertions(+), 40 deletions(-) diff --git

[PATCH 2/2] gnu: racket: Add more inputs.

2016-07-19 Thread
* gnu/packages/schem.scm (racket)[inputs]: Add glu, gmp, libpng, libx11, mesa, mpfr, openssl and unixodbc. Replace libjpeg-8 with libjpeg and gtk+-2 with gtk+. --- gnu/packages/scheme.scm | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git

Re: [PATCH 5/6] gnu: mesa: Update to 12.0.0.

2016-07-10 Thread
David Craven writes: > * gnu/packages/gl.scm (mesa): Update to 12.0.0. > * gnu/packages/gl.scm (mesa): Enable virtio gallium driver. > * gnu/packages/gl.scm (mesa): Enable configure-flags required by > wayland. Likewise, I prefer 3 commits for update, virtio and wayland. (And

Re: [PATCH 4/6] gnu: Order module imports in (gnu packages gl) alphabetically.

2016-07-10 Thread
David Craven writes: > * gnu/packages/gl.scm: Order module imports alphabetically. > * gnu/packages/gl.scm: Rename #prefix l: to #prefix license:. It's unrelated, how about make them 2 commit? Thanks!

Re: [PATCH 0/5] Sphinx reproducibility update

2016-07-02 Thread
Leo Famulari writes: > [...] > > With this change, many Python 2 packages will become reproducible, at > least on a single machine; the only thing holding them back was the > manpage timestamps. Cool! > > These changes will require 142 rebuilds, mostly of Python packages, but

Re: [PATCH 3/5] gnu: Add python-snowballstemmer.

2016-07-02 Thread
Leo Famulari writes: > * gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): > New > variables. > --- > gnu/packages/python.scm | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/gnu/packages/python.scm

python-pycairo in core-updates (Re: core-updates!)

2016-07-01 Thread
Hi, python-wrapper has a broken `python3-config', which output cflags to the wrapper instead of the origin python3, leading the build failure of python-pycairo. It was introduced in commit 478e75b53. Does it really needed?

Re: [PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-27 Thread
>> They're needed at runtime, and included in the pth file. >> But I'm not sure whether or not inputs for python should be >> native-inputs, I never cross build python modules for other >> architertures. > > If they’re used at run time, they’re not ‘native-inputs’. (In practice > we cannot

Re: [PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-25 Thread
Leo Famulari <l...@famulari.name> writes: > On Thu, Jun 23, 2016 at 11:20:02PM +0800, 宋文武 wrote: >> * gnu/packages/python.scm (python-email-validator) >> (python2-email-validator): New variables. >> --- >> gnu/packages/python.scm | 32 ++

Re: [PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-25 Thread
Leo Famulari <l...@famulari.name> writes: > On Thu, Jun 23, 2016 at 11:20:04PM +0800, 宋文武 wrote: >> * gnu/packages/python.scm (python-fake-factory, python2-fake-factory): >> New variables. > >> + (arguments >> + '(#:phases >> + (modify-phases %sta

[PATCH 09/10] gnu: Add python-ukpostcodeparser and python2-ukpostcodeparser.

2016-06-23 Thread
* gnu/packages/python.scm (python-ukpostcodeparser) (python2-ukpostcodeparser): New variables. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 68123cc..50d9ee9 100644 ---

[PATCH 03/10] gnu: Add python-inflection and python2-inflection.

2016-06-23 Thread
* gnu/packages/python.scm (python-inflection, python2-inflection): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6e30377..ced8232 100644 --- a/gnu/packages/python.scm

[PATCH 05/10] gnu: Add python-cleo and python2-cleo.

2016-06-23 Thread
* gnu/packages/python.scm (python-cleo, python2-cleo): 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 1dc5212..d1d127b 100644 --- a/gnu/packages/python.scm +++

[PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-23 Thread
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory): New variables. --- gnu/packages/python.scm | 47 +++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 50d9ee9..7f3f95d 100644

[PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-23 Thread
* gnu/packages/python.scm (python-email-validator) (python2-email-validator): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ff3cb99..68123cc 100644 ---

[PATCH 06/10] gnu: Add python-lazy-object-proxy and python2-lazy-object-proxy.

2016-06-23 Thread
* gnu/packages/python.scm (python-lazy-object-proxy) (python2-lazy-object-proxy): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d1d127b..dc9879a 100644 ---

[PATCH 07/10] gnu: Add python-dnspython and python2-dnspython.

2016-06-23 Thread
* gnu/packages/python.scm (python-dnspython, python2-dnspython): 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 dc9879a..ff3cb99 100644 --- a/gnu/packages/python.scm

[PATCH 04/10] gnu: Add python-pylev and python2-pylev.

2016-06-23 Thread
* gnu/packages/python.scm (python-pylev, python2-pylev): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ced8232..1dc5212 100644 --- a/gnu/packages/python.scm +++

[PATCH 02/10] gnu: Add python-arrow and python2-arrow.

2016-06-23 Thread
* gnu/packages/python.scm (python-arrow, python2-arrow): 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 0c9bd22..6e30377 100644 --- a/gnu/packages/python.scm +++

[PATCH 01/10] gnu: Add python-chai and python2-chai.

2016-06-23 Thread
* gnu/packages/python.scm (python-chai, python2-chai): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8c34ff2..0c9bd22 100644 --- a/gnu/packages/python.scm +++

[PATCH]: guix: python-build-system: Change pypi-uri to use https://pypi.io.

2016-06-23 Thread
Leo Famulari writes: > On Wed, Jun 22, 2016 at 01:35:17PM -0500, Christopher Allan Webber wrote: >> Note that the old URL scheme no longer seemed to work. >> >> I'm not thrilled by the new URL "scheme". It seems like more work to >> update with each version bump. I'm not

Re: [PATCH]: gnu: Add guile-dbi.

2016-06-21 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Maurizio Boriani skribis: > >> I'm the maintainer and first author of guile-dbi > > Good to see you here! :-) > Oh, nice! >> >> Unfortunately, Guile DBI loads its backends using `dlopen', so I >> >> have to set

Re: [PATCH] gnu: perl-uri: Update to 1.71

2016-06-20 Thread
ng0 writes: > From 06edc3084f643481e59b8bb5a7771a1aab9fb1db Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Mon, 20 Jun 2016 12:48:11 + > Subject: [PATCH] gnu: perl-uri: Update to 1.71. > > * gnu/packages/web.scm (perl-uri): Update to 1.71.

[PATCH]: gnu: Add guile-dbi.

2016-06-18 Thread
Here are 'guile-dbi' and 'guile-dbd-sqlite3': >From 8e73c3e1a798b134e341c71c4b1c17d60956e3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Fri, 17 Jun 2016 22:44:56 +0800 Subject: [PATCH 1/2] gnu: Add guile-dbi. * gnu/packages/guile.scm

Re: [PATCH] gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.

2016-06-17 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase. > > [...] > >> + (lambda* (#:key inputs outputs #:allow-other-keys) >> + (le

[PATCH] gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.

2016-06-17 Thread
* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase. --- gnu/packages/linux.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e71ecbe..16fd5d0 100644 --- a/gnu/packages/linux.scm

Re: [PATCH] gnu: services: Add bluetooth-service.

2016-06-16 Thread
Alex Griffin writes: > Thanks for writing this, I've been wanting bluetooth support for a > while! > > I added this to my system services and added my user to the "lp" group, > but I still ran into a few issues. GNOME still didn't recognize my > bluetooth adaptor, so I tried

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

2016-06-15 Thread
* gnu/services/desktop.scm (bluetooth-shepherd-service) (bluetooth-service): New Prodecures. (bluetooth-service-type): New variable. * doc/guix.text (Desktop Services): Document it. --- doc/guix.texi| 7 +++ gnu/services/desktop.scm | 34 ++ 2

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

2016-06-15 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/services/database.scm (): New record type. >> (%mysql-accounts, mysql-service-type): New variables. >> (mysql-configuration-file, %mysql-activation, mysql-shepher

[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] Fix gnome-autogen.sh on gnome-common

2016-06-12 Thread
"Jovany Leandro G.C" writes: > hi, > > This patch fix /bin/sh for gnome-autogen.sh > > Hi, this is unnecessary, the '/bin/sh' shebang will be patched by the 'patch-source-shebangs' phase of gnu-build-system.

Re: GNUNet packages

2016-06-12 Thread
ng0 writes: > I believe the thread was broken in my mailbox because I used gmane > for a while. > > Here is one question regarding the package: > On Gentoo we created a user and group dedicated to gnunet > (sample, unfinished post install notes from gentoo below), >

Re: [PATCH] gnu: fish: Update to 2.3.0.

2016-06-10 Thread
Pushed, thanks!

Re: [PATCH 1/4] gnu: Add librdkafka.

2016-06-10 Thread
Pushed, thanks for the review!

Re: [PATCH 1/3] gnu: Add arc-theme.

2016-06-07 Thread
David Thompson writes: > * gnu/packages/gnome.scm (arc-theme): New variable. Cool, thanks! > +(inputs > + `(("gtk+" ,gtk+))) > +(synopsis "A flat GTK theme with transparent elements") Drop the leading 'A'. > +(description "Arc is a flat theme with

[PATCH 4/4] gnu: Add python-pykafka and python2-pykafka.

2016-06-07 Thread
* gnu/packages/python.scm (python-pykafka, python2-pykafka): 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 ca97b4e..5a2347e 100644 --- a/gnu/packages/python.scm

[PATCH 3/4] gnu: Add python-kazoo and python2-kazoo.

2016-06-07 Thread
* gnu/packages/python.scm (python-kazoo, python2-kazoo): 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 1a83933..ca97b4e 100644 --- a/gnu/packages/python.scm +++

[PATCH 2/4] gnu: Add python-tabulate and python2-tabulate.

2016-06-07 Thread
* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dfbf2cc..1a83933 100644 ---

Re: [PATCH] gnu: services: Add dicod-service.

2016-06-04 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/services/dict.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >> * doc/guix.texi (Various Services): Document it. > > Nice! I’ve been wanting it for some time.

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

2016-06-03 Thread
* gnu/services/dict.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): Document it. --- doc/guix.texi | 8 gnu/local.mk | 1 + gnu/services/dict.scm | 126 ++ 3 files changed,

Re: Hack font family for GuixSD.

2016-06-02 Thread
Dmitry Nikolaev writes: > Hi. I wrote expression for adding Hack font family to GuixSD. You can > see it my guix package repository: > > https://github.com/8p8c/my-guix/blob/master/packages/font-hack.scm > > Here is patch for fonts.scm: The indention is missing, you can

Re: [PATCH] gnu: add vte-ng

2016-06-01 Thread
Mckinley Olsen writes: > Hey Alex, I'm hoping this patch is up to snuff. > I've changed the package definition to depend on the latest tagged > source and provided a synopsis & description specific to vte-ng. > Let me know if you have any other concerns that need to be

[PATCH] gnu: gprolog: Don't install files into "$out/gprolog-1.4.4".

2016-05-26 Thread
* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir' to #:configure-flags. --- gnu/packages/gprolog.scm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gprolog.scm b/gnu/packages/gprolog.scm index 1d9b994..87c833e 100644 ---

Re: [PATCH] gnu: Add wiredtiger.

2016-05-26 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/database.scm (wiredtiger): New variable. > > [...] > >> +(arguments >> + '(#:tests? #f ; XXX: timeout > > Could you elaborate a bit? :-) OK

[PATCH] gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS

2016-05-16 Thread
Hi, this is a patch for wxmaxima to hardcode gschemas and icons: >From 67256140dc416c927795db7b01f33a7d3b47a07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 15 May 2016 15:26:46 +0800 Subject: [PATCH] gnu: wxmaxima: Wrap with

[PATCH] gnu: Add wiredtiger

2016-05-16 Thread
Hi, here is a patch for WiredTiger, a NoSQL data engine: >From 7fda129fb863b6bb4a0d0f752c2c369fd30a50b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 15 May 2016 10:20:05 +0800 Subject: [PATCH] gnu: Add wiredtiger. *

[PATCH] gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.

2016-05-16 Thread
Fixes and . * gnu/packages/math.scm (wxmaxima)[arguments]: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS. --- gnu/packages/maths.scm | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git

[PATCH] gnu: Add wiredtiger.

2016-05-16 Thread
* gnu/packages/database.scm (wiredtiger): New variable. --- gnu/packages/databases.scm | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a8998d8..2a93de2 100644 ---

Re: [PATCH] gnu: Add surf.

2016-05-09 Thread
Al McElrath writes: > Attached is a patch to add surf, a simple WebKit browser. The > suckless.org site doesn't support HTTPS. > I change it to use glib-or-gtk-build-system and add glib-networking and gsettings-desktop-schemas to make it running and support https. Also user

Re: Gnome-updates

2016-05-02 Thread
Current poppler is 0.42.0 in gnome- updates, I think when merge back into master, with conflict resolved it will undo the graft. Do you mean we resolve it explicitly in gnome-updates? That's better, thanks! And perhaps we could update it to the lastest 0.43.0?

Re: Gnome-updates

2016-05-02 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > iyzs...@member.fsf.org (宋文武) skribis: > >> - Disable a failing rtprtx test of gst-plugins-good. >> I can pass it using `guix environment', but fail with `guix build'. > > The log for this commit contains a typo: i

Re: Gnome-updates

2016-04-30 Thread
Hi, I have rebase it upon mastet, update more packages to their latest, and test on my x86_64 laptop with 'gnome-desktop-service'. It seems work fine so far. And here are some 'questionable' changes: - Disable a failing rtprtx test of gst-plugins-good. I can pass it using `guix environment',

Re: [PATCH] gnu: Add Xft support to FLTK.

2016-04-27 Thread
Kei Yamashita writes: > On Wed, 27 Apr 2016 14:52:36 +0200 > l...@gnu.org (Ludovic Courtès) wrote: > >> Kei Yamashita skribis: >> >> > This patch is in preparation for the Dillo browser package. >> > >> > From 7755ae6d7afd46daed5fac1e626d1785b9875975

Re: Gnome-updates

2016-04-27 Thread
l...@gnu.org (Ludovic Courtès) writes: > Andreas Enge skribis: > >> the gnome-updates branch has built on x86, and compared to master, there are >> not that many regressions: >>http://hydra.gnu.org/eval/108921?compare=master#tabs-now-fail > > In fact this slightly

Re: [PATCH] gnu: xfce4-taskmanager: Build with GTK+ 3 support.

2016-04-26 Thread
Kei Yamashita writes: > This is a useful addition now that I know libwnck was stopping me from > building the GTK+ 3 version of this tool! Well, with gtk+-3, the libwnck-2 and gtk+-2 will not be used (not in the closure), so I'd like leave only gtk+ in inputs, but it seems

Re: [PATCH] gnu: Add xfce4-taskmanager.

2016-04-25 Thread
Kei Yamashita writes: > This patch contains a definition for Xfce's most recent task manager. > I replace libwnck with libwnck-2, as the gtk+-3 version is not detected by the configure script. Pushed, thanks!

ASPELL_CONF isn't honored by the 'aspell_provider_list_dicts' function of enchant

2016-04-25 Thread
Hi! I have some problems to package gspell for GNU Guix, and I think it's the issue of aspell... In Guix, aspell and every dict are installed in seperated directory (prefix), and then symlink together into a profile. We have wraped the aspell executable with `ASPELL_CONF=dict-dir

Re: [PATCH] gnu: Add ristretto.

2016-04-24 Thread
Kei Yamashita writes: > XFCE's image viewer is packaged at last! Pushed, thanks!

Re: [PATCH 3/4] gnu: glib: Disable tests in build phases instead of patches.

2016-04-19 Thread
Efraim Flashner writes: > [...] > > /tmp/guix-build-glib-2.46.1.drv-0/glib-2.46.1/gio/tests [env]# > ./gapplication > /gapplication/no-dbus: OK > /gapplication/no-appid: OK > /gapplication/properties: org.freedesktop.DBus.Error.AccessDenied: > Failed to set fd limit to

Re: [PATCH] gnu: Add gnome-sudoku and qqwing

2016-04-13 Thread
we be >> pulling the version from some other package? >> >> I still think the best place is games.scm with the other games. >> >> CC-ing our GNOME expert, 宋文武, for some advice. I prefer gnome.scm for it (and gnome-mines, etc) too, since those packages follow the rele

hydra jobset timeout (Was: GNOME updates)

2016-04-12 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> Hi! With the help of ‘guix refresh -t gnome’ I update many GNOME >> packages to latest (the 3.20 release) in the ‘gnome-updates’ branch. >> >> Also: >> glib: Disable test

[PATCH][UPDATE] utils: Add 'edit-expression'.

2016-04-09 Thread
Andy Wingo <wi...@igalia.com> writes: > Looking really good! A couple nits. > > On Wed 06 Apr 2016 12:37, 宋文武 <iyzs...@gmail.com> writes: > >> diff --git a/guix/utils.scm b/guix/utils.scm >> index de54179..1318dac 100644 >> --- a/guix/utils.scm

GNOME updates

2016-04-08 Thread
Hi! With the help of ‘guix refresh -t gnome’ I update many GNOME packages to latest (the 3.20 release) in the ‘gnome-updates’ branch. Also: glib: Disable tests in build phases instead of patches. gtk+: Enable SVG support. (by using gdk-pixbuf+svg) gtk+-2: Look in system data dirs for

Re: [PATCH] gnu: Update pcre2 to 10.21

2016-04-08 Thread
Mckinley Olsen writes: > Updating pcre2 to satisfy the 10.21 requirement newer versions of > vte/vte-ng have (which I hope to package) OK, I have update vte to 0.44.0 in the 'gnome-updates' branch, will add to it as depends. > > > From

[PATCH 3/3] gnu-maintenance: update-package-source: Only update the desired package.

2016-04-06 Thread
Fixes . Suggested by Andy Wingo. * guix/upstream.scm (update-package-source): Rewrite in terms of 'edit-expression'. --- guix/upstream.scm | 68 +++ 1 file changed, 23 insertions(+), 45 deletions(-) diff --git

[PATCH 1/3] utils: Add 'edit-expression'.

2016-04-06 Thread
* guix/utils.scm (edit-expression): New procedure. * tests/utils.scm (edit-expression): New test. --- guix/utils.scm | 37 + tests/utils.scm | 13 + 2 files changed, 50 insertions(+) diff --git a/guix/utils.scm b/guix/utils.scm index

[PATCH 2/3] utils: Add 'location->source-properties'.

2016-04-06 Thread
* guix/utils (location-source->properties): New procedure. --- guix/utils.scm | 8 1 file changed, 8 insertions(+) diff --git a/guix/utils.scm b/guix/utils.scm index 1318dac..50f4bcd 100644 --- a/guix/utils.scm +++ b/guix/utils.scm @@ -60,6 +60,7 @@ location-line

Re: [PATCH] gnu-maintenance: update-package-source: Only update the desired package.

2016-04-05 Thread
> expression. Having recorded the absolute byte positions of the start > and end of the expression, you can then create the output by doing an > efficient bytevector read of the prologue, then display the string for > the edited expression, then the bytevector tail. > > Again,

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-04-05 Thread
Jookia <166...@gmail.com> writes: > Hey there, just an update. > > There's an old bug report that deals with this issue. It seems it's something > wanted by GTK+, even if it's a formality in dealing with XDG across the board. > > I've commented on it and hopefully gears will start turning again.

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-04-05 Thread
Jookia <166...@gmail.com> writes: > Hey there, just an update. > > There's an old bug report that deals with this issue. It seems it's something > wanted by GTK+, even if it's a formality in dealing with XDG across the board. > > I've commented on it and hopefully gears will start turning again.

[PATCH] gnu-maintenance: update-package-source: Only update the desired package.

2016-04-04 Thread
Fixes . Suggested by Andy Wingo. * guix/upstream.scm (update-package-source): Use a customized 'substitute' to work within lines of the package's source. --- guix/upstream.scm | 81 +-- 1 file changed, 67

Re: bug#22693: `guix refresh -u` updates other packages with same version

2016-04-04 Thread
Leo Famulari writes: > I've noticed that `guix refresh -u` will update extraneous packages if > they happen to have the same version and be in the same module. > > For example, from commit d694230ab, you can reproduce the bug: > > $ ./pre-inst-env guix environment guix --

Re: [PATCH 3/4] gnu: glib: Disable tests in build phases instead of patches.

2016-04-03 Thread
Efraim Flashner writes: > [...] > > I just applied the first three patches and glib failed to build, with > the following errors from the test phase: > > ERROR: gapplication - too few tests run (expected 12, got 4) > ERROR: gapplication - exited with status 139 (terminated

Re: [PATCH 3/4] gnu: glib: Disable tests in build phases instead of patches.

2016-04-02 Thread
Some patches don't apply to 2.48.0, and I think it's more easy to maintain scheme code than patches. Drawbacks are 'substitute' can't handle multiple line. (fortunately, the failing tests of glib are all one line statement) and will just pass through when no match occurs.

[PATCH 3/4] gnu: glib: Disable tests in build phases instead of patches.

2016-04-02 Thread
* gnu/packages/glib.scm (glib)[sources]: Remove glib-tests-desktop.patch, glib-tests-prlimit.patch and glib-tests-gapplicatiotn.patch. [arguments]: Add 'disable-falling-tests' phase. * gnu/packages/patches/glib-tests-timer.patch: Adjust accordingly. * gnu/packages/patches/glib-tests-desktop.patch,

[PATCH 1/4] gnu: glib: Use modify-phases syntax.

2016-04-02 Thread
* gnu/packages/glib.scm (glib)[arguments]: Use 'modify-phases'. --- gnu/packages/glib.scm | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 854a1f2..2fb601c 100644 ---

[PATCH 4/4] gnu: glib: Update to 2.48.0.

2016-04-02 Thread
* gnu/packages/glib.scm (glib): Update to 2.48.0. [inputs]: Add pcre. --- gnu/packages/glib.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 71d2082..b2700a7 100644 --- a/gnu/packages/glib.scm +++

[PATCH 2/4] gnu: glib: Drop glib-tests-homedir.patch.

2016-04-02 Thread
* gnu/packages/glib.scm (glib)[source]: Remave glib-tests-homedir.patch. [arguments]: Set HOME and disable '/gdbus/codegen-peer-to-peer' test. * gnu/packages/patches/glib-tests-homedir.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. --- gnu-system.am

Re: How to configure default applications for GNOME?

2016-04-02 Thread
Chris Marusich writes: > Hi, > > I'm using GuixSD v0.10.0 with GNOME, and I'd like to configure my > default applications (e.g., web browser), but I'm having trouble doing > that. > > In GNOME, under the "Details" settings, when I click "Default > Applications", everything

Re: [PATCH] gnu: Add cgit.

2016-03-28 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/version-control.scm (cgit): New variable. > > [...] > >> +(arguments >> + '(#:tests? #f ; > > Please add a comment on why tests are disabled. Bet

Re: [PATCH] gnu: Add uwsgi.

2016-03-28 Thread
Ricardo Wurmus writes: > > Is there any other reference to Python outside of this plugin? > No, that's why I split it out. > Should Python by among the regular inputs when it’s used by the Python > plugin? OK, agree. Pushed, thanks for review!

Re: [PATCH] gnu: font-gnu-freefont-ttf: Update to 20120503 and build from source.

2016-03-28 Thread
alírio eyng writes: > From dac1dfe1d9b6716d1aefa339e5145c26dd798565 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?al=C3=ADrio=20eyng?= > Date: Sat, 26 Mar 2016 14:39:27 + > Subject: [PATCH] gnu: font-gnu-freefont-ttf: Update to 20120503 and build

[PATCH] gnu: Add uwsgi.

2016-03-28 Thread
* gnu/packages/web.scm (uwsgi): New variable. --- gnu/packages/web.scm | 73 1 file changed, 73 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 516e623..53ab1a6 100644 --- a/gnu/packages/web.scm +++

Re: [PATCH] gnu: Add cgit.

2016-03-28 Thread
"Thompson, David" <dthomps...@worcester.edu> writes: > On Sun, Mar 27, 2016 at 10:14 AM, 宋文武 <iyzs...@member.fsf.org> wrote: >> I get it built, but haven't run it. >> >> For a cgit service, which CGI runner should we use? >> IIUC, typ

Re: [PATCH] gnu: Add cgit.

2016-03-27 Thread
I get it built, but haven't run it. For a cgit service, which CGI runner should we use? IIUC, typical setup are: - nginx + fcgiwrap (or uwsgi) - apache httpd - lighttpd

[PATCH] gnu: Add cgit.

2016-03-27 Thread
* gnu/packages/version-control.scm (cgit): New variable. --- gnu/packages/version-control.scm | 60 1 file changed, 60 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 7d7276a..498885d 100644 ---

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-15 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> 宋文武 <iyzs...@gmail.com> writes: >> >>> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use >>> 'gtk-pixbuf+svg' >>> instead of 'gtk-pixbuf'. >>

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > [...] > >> +(description (string-append >> + (package-description gdk-pixbuf) >> +

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-15 Thread
Andreas Enge <andr...@enge.fr> writes: > Hello, > > On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote: >> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. > > does it need to be a variable, or would it not make more sense to simply > modify gdk-pixbuf? gdk

libtool archives introduce unwanted inputs to build

2016-03-14 Thread
Report by Jookia in #guix that with my gdk-pixbuf+svg patches, thunar still can't find SVG icons, it's linked with the old gdk-pixbuf. While the build inputs of ‘thunar’ only have ‘gdk-pixbuf+svg’, one of its input ‘libnotify’ was build with ‘gdk-pixbuf’. It didn’t propagated it but it’s in

Re: [PATCH] htsjdk: Use ant-build-system.

2016-03-14 Thread
Ricardo Wurmus writes: > From 25285f8516a3129230357cf4edec2d47c8ab89c4 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 14 Mar 2016 13:02:48 +0100 > Subject: [PATCH] gnu: htsjdk: Use ant-build-system. > > *

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-14 Thread
宋文武 <iyzs...@gmail.com> writes: > * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gtk-pixbuf+svg' > instead of 'gtk-pixbuf'. Typo, it's 'gdk-pixbuf'. This patch shouldn't apply directly to master right? I think this should be pushed with the themes patch and ma

[PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-14 Thread
* gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. --- gnu/packages/gtk.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 1a10e9b..79983d2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@

[PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-14 Thread
* gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gtk-pixbuf+svg' instead of 'gtk-pixbuf'. (gtk+)[arguments]: Remove 'wrap-gtk-encode-symbolic-svg' phase. --- gnu/packages/gtk.scm | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git

Re: [PATCH] gnu: Add powwow.

2016-03-10 Thread
Thanks, pushed :-)

Re: [PATCH] gnu: Add powwow.

2016-03-09 Thread
Nils Gillmann writes: > I removed gplv3+ as addressed by ludo' and rekado, > corrected the url in "website" (added missing ".net"). > > Here's the new patch, rebased against current master. Thanks! > > From f59e5027d4fb9559e179fb4693617820f6680223 Mon Sep 17 00:00:00 2001 >

Re: should gnome-desktop-service really provide all of this to a profile?

2016-03-08 Thread
l...@gnu.org (Ludovic Courtès) writes: > Pulseaudio also propagates a few things. Yes, I think it should be splited into “out” and “dev”, if we can make only the “dev” output propagating libcap and gdbm. > > Good point, this sounds undesirable (and shows that some packages would > benefit

<    1   2   3   4   5   6   7   >