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

2016-03-08 Thread
l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> On Mon 07 Mar 2016 22:11, l...@gnu.org (Ludovic Courtès) writes: >> >>> Andy Wingo skribis: >>> I installed gnome using guix package --profile=/tmp/foo-profile -i gnome

Re: [PATCH 4/4] gnu: Add gst-python.

2016-03-06 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables. > > [...] > >> +(arguments >> + `(#:configure-flags >> + (let ((python-sitedir >>

[PATCH] services: Use 'packages->manifest' in 'packages->profile-entry'.

2016-03-06 Thread
This allows using (PACKAGE OUTPUT) in the packages field. Reported by Jan Nieuwenhuizen . * gnu/services.scm (packages->profile-entry): Use 'packages->manifest'. --- gnu/services.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/services.scm

Re: [PATCH 4/4] gnu: Add gst-python.

2016-03-05 Thread
Efraim Flashner writes: > On Sun, 6 Mar 2016 15:07:58 +0800 > [...] > > are you sure this should use the gnu-build-system and not the > python-build-system? Yes, it use autotools, and don’t have setup.py.

[PATCH 4/4] gnu: Add gst-python.

2016-03-05 Thread
* gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables. --- gnu/packages/gstreamer.scm | 58 ++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 5b348b1..b19ea81 100644 ---

[PATCH 3/4] gnu: python-pygobject: Propagate glib and libffi.

2016-03-05 Thread
* gnu/packages/glib.scm (python-pygobject): Move glib and libffi to propagated-inputs. (python2-pygobject)[inputs]: Remove glib and libffi. --- gnu/packages/glib.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index

[PATCH 1/4] gnu: orc: Update to 0.4.25.

2016-03-05 Thread
* gnu/packages/gstreamer.scm (orc): Update to 0.4.25. --- gnu/packages/gstreamer.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 45dded1..5b348b1 100644 --- a/gnu/packages/gstreamer.scm +++

[PATCH 2/4] gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.

2016-03-05 Thread
* gnu/packages/glib.scm (python-pygobject)[native-search-paths]: Use the same search paths as gobject-introspection. --- gnu/packages/glib.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index b925704..11e9348 100644 ---

Re: [PATCH] gnu: xfce: Don’t wrap startxfce4.

2016-03-01 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > > [...] >> >> This package was introduced before the ‘etc/profile’ where enviroment >> variables from search-paths are set. So, the wrapper is redundant now. > > The wrappe

Re: [PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Sorry for spamming the mailing list. When send emails using msmtp-1.6.3, it warn about 'org.freedesktop.secrets' unavailable. But in my Emacs/Gnus, the email didn't marked as sent. I usually had connection issue with the SMTP server, and used to resent the mail when that happend. Oops!

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-02-28 Thread
Ricardo Wurmus writes: > Manolis Ragkousis writes: > >> This is a follow up to better explain what the problem is with the >> sans-libc cross gcc in the (gnu packages cross-base) module. >> >> In the latest master if you try to build

Re: [PATCH] Add GNOME and XFCE desktop services.

2016-02-24 Thread
Andy Wingo writes: > […] > > From 0d3b2b47b9742a5b381cd3e89b12f00951b557e9 Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Wed, 24 Feb 2016 23:08:58 +0100 > Subject: [PATCH] gnu: services: Add GNOME and XFCE desktop services. > > *

Re: 01/01: gnu: Add libotf.

2016-02-22 Thread
Roel Janssen writes: > Ludovic Courtès writes: > >> ??? skribis: >> >>> + (uri (string-append >>> + >>> "http://download.savannah.gnu.org/releases/m17n/libotf-; >>> +version ".tar.gz")) >> >> It’s best to use

Re: [PATCH] Add libotf.

2016-02-19 Thread
Pushed, thanks!

Re: [PATCH] Add libotf.

2016-02-19 Thread
Roel Janssen writes: > From 64cfdae64cfe9af4ff162935edd4e208a0f5afc1 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Fri, 19 Feb 2016 11:00:06 +0100 > Subject: [PATCH] gnu: Add libotf. > > * gnu/packages/fontutils.scm (libotf): New variable. > --- >

Re: wip-xorg-server-1.18

2016-02-18 Thread
Andy Wingo writes: > Hi, > > My Broadwell laptop hasn't had working accelerated OpenGL since I > installed it. It was using the llvmpipe, a software path. Eventually > when I looked into it, it turned out that was because the > xf86-video-intel package was too old and

Re: Gee Gee: ever typed: git package -l, guix rebase -i HEAD~8?

2016-02-18 Thread
Jan Nieuwenhuizen writes: > Hi, > > Git is *awesome*. Guile is *awesome*. Guix is *awesome*. Combined, > they're...totallyconfusing my limbic system, especially late at night. > > If you also find yourself typing `that g* command' and guessing wrong > (git: "Did you mean

Re: Python and propagation

2016-02-18 Thread
iyzs...@member.fsf.org (宋文武) writes: >> [...] > > I packaged python-hy, and it does find all depends without propagations. > In its output, the trick is done by ‘python-hy-0.11.1.pth’ and ‘site.py’. > > After read: > <https://docs.python.org/2/library/site.html>

Re: Python and propagation

2016-02-18 Thread
Ricardo Wurmus writes: > [...] > > 2) avoid PYTHONPATH, patch all Python files invasively! > > Python does not have any feature that is comparable to RUNPATH. It is > only concerned with finding libraries/modules by *name* in one of the > directories specified by

Re: thesis: guixsd should provide /usr/bin/env

2016-02-16 Thread
Someone (sorry, I forget who) mentioned in #guix that we can use binfmt_misc to handle the shebang. I tried coding it in C, and it seems to working fine. Here it is: . Try it with care: --8<---cut here---start->8--- $ sudo

[PATCH] gnu: Add gnome.

2016-02-12 Thread
* gnu/packages/gnome.scm (gnome): New variable. --- gnu/packages/gnome.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 49e6197..dbf8ffe 100644 --- a/gnu/packages/gnome.scm +++

Re: [PATCH] Add nautilus

2016-02-07 Thread
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.scm. - Add comments. - Use glib-or-gtk-build-system. - Remove the '--dis

Re: [PATCH] gnu: Add tracker.

2016-02-06 Thread
ren...@openmailbox.org writes: > On 2016-02-06 23:28, Leo Famulari wrote: >> On Sat, Feb 06, 2016 at 09:47:22PM +0100, ren...@openmailbox.org wrote: >>> Hi, >>> >>> i attached patch with new variable(tracker) for gnome.scm. >>> >>> Tracker, is a search engine and metadata storage system used for

Re: [PATCH] Add nautilus

2016-02-06 Thread
ren...@openmailbox.org writes: > Hi, > > i attached patch for review. > > Regards > > From 18bddcf21cac4245997a76d4ea5cfc856d1b6157 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Mon, 1 Feb 2016 17:45:22 +0100 > Subject: [PATCH] Add nautilus > > --- >

Re: [PATCH] gnu: libcanberra: Add input gtk+-2.

2016-02-05 Thread
Fabian Harfert writes: > On Thu, 4 Feb 2016 17:04:42 +0100 > Fabian Harfert wrote: > >> * gnu/packages/libcanberra.scm (libcanberra): Add input gtk+-2. >> --- >> gnu/packages/libcanberra.scm | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread
Andreas Enge <andr...@enge.fr> writes: > Hello, > > On Wed, Feb 03, 2016 at 12:23:24PM +0800, 宋文武 wrote: >> In the 'gstreamer-update' branch we have following updates: >> libvpx -> 1.5.0 >> pulseaudio -> 8.0 >> ao -> 1.2.0 >> gst

Re: [PATCH 1/2] profiles: Add xdg-desktop-database hook.

2016-02-03 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * guix/profiles (xdg-desktop-database): New function. >> (%default-profile-hooks): Add it. > > Nice! > >> + (update-desktop-database (string-append >> +

GStreamer, PulseAudio and libvpx update

2016-02-02 Thread
afe to merge. Or should we start a job for the branch on hydra? Efraim Flashner <efr...@flashner.co.il> writes: > On Thu, 21 Jan 2016 09:54:25 +0800 > iyzs...@member.fsf.org (宋文武) wrote: > [...] >> >> Sorry I didn't follow the issue. What break on master due to the up

[PATCH 1/2] profiles: Add xdg-desktop-database hook.

2016-01-31 Thread
* guix/profiles (xdg-desktop-database): New function. (%default-profile-hooks): Add it. --- guix/profiles.scm | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index ce86ff8..38e2730 100644 ---

[PATCH 2/2] profiles: Add xdg-mime-database hook.

2016-01-31 Thread
* guix/profiles (xdg-mime-database): New function. (%default-profile-hooks): Add it. --- guix/profiles.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index 38e2730..84bcbd2 100644 ---

Re: [PATCH 2/2] profiles: Add xdg-mime-database hook.

2016-01-31 Thread
The xdg-desktop-database hook rebuilds the 'mimeinfo.cache' database from desktop files of applications, which then is used to decide the "Default Application" (in thunar, nautilus, etc.) for a MIME type. The xdg-mime-database hook rebuilds the 'mime.cache' database, it's the shared mime-info

Re: [PATCH] gnu: Add gtk-vnc.

2016-01-28 Thread
I update the description, and push it. Thanks for the patch and reviews!

Re: [PATCH] gnu: Add gtk-vnc.

2016-01-27 Thread
sion: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (gtk-vnc): New variable. Co-authored-by: 宋文武 <iyzs...@gmail.com> --- gnu/packages/gnome.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu

Re: gtk-vnc package

2016-01-27 Thread
ren...@openmailbox.org writes: > hi, > > can you help me to review this patch, gtk-vnc is a API for Vinagre > program. Welcome! > > Regards. > > From cfeac9d0ca6505f98ba206aa4dae5170431baf8e Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Tue, 26 Jan 2016 21:47:36

Re: Qt-5 in core-updates

2016-01-25 Thread
Andreas Enge <andr...@enge.fr> writes: > Thanks, 宋文武, for this thorough research! > > On Mon, Jan 25, 2016 at 09:57:13AM +0800, 宋文武 wrote: >> - Patch our python-2.7.x like Ubuntu does. >> >> <https://launchpad.net/ubuntu/+archive/primary/+files/python2.

Re: Qt-5 in core-updates

2016-01-24 Thread
Andreas Enge writes: > Hello, > > qt-5 fails to build on both x86_64 and armhf in core-updates with the > following error: > Traceback (most recent call last): > File >

Re: gst-plugins-good

2016-01-20 Thread
Andreas Enge writes: > On Wed, Jan 20, 2016 at 10:23:20PM +0200, Efraim Flashner wrote: >> ANYWAY, it turns out gstreamer 1.7.x is an unstable release, and 1.8.x should >> be coming out "soon". Extremely frusterating to bang my head against this for >> so long and find out this

Re: [PATCHES] Add v4l-utils in order to add support for webcams to OBS

2016-01-19 Thread
"Thompson, David" writes: > [...] > > From b1ccba1616dc77950b8495714a47d5e3f9b9eda1 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 19 Jan 2016 22:11:16 -0500 > Subject: [PATCH 1/2] gnu: Add v4l-utils. > > * gnu/packages/video.scm

[PATCH 1/5] gnu: Add python-args.

2016-01-12 Thread
* gnu/packages.scm (python-args, python2-args): 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 4ab1eed..0886809 100644 --- a/gnu/packages/python.scm +++

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

2016-01-12 Thread
* gnu/packages/python.scm (python-astor, python2-astor): 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 e54f521..95e9a09 100644 --- a/gnu/packages/python.scm +++

[PATCH 2/5] gnu: Add python-clint.

2016-01-12 Thread
* gnu/packages/python.scm (python-clint, python2-clint): 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 0886809..e54f521 100644 --- a/gnu/packages/python.scm +++

[PATCH 5/5] gnu: Add python-hy.

2016-01-12 Thread
* gnu/packages/python.scm (python-hy, python2-hy): 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 d4cc8d3..139c02e 100644 --- a/gnu/packages/python.scm +++

[PATCH 4/5] gnu: Add python-rply.

2016-01-12 Thread
* gnu/packages/python.scm (python-rply): 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 95e9a09..d4cc8d3 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-07 Thread
l...@gnu.org (Ludovic Courtès) writes: > Ricardo Wurmus <rek...@elephly.net> skribis: > >> 宋文武 <iyzs...@member.fsf.org> writes: >> >>> Ricardo Wurmus <rek...@elephly.net> writes: >>> >>>>> + (snippet >>

[PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-06 Thread
* gnu/packages/audio.scm (zita-convolver)[source]: Add snippet. --- gnu/packages/audio.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 7cdf586..ebae5d5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1839,6

[PATCH 1/2] gnu: zita-resampler: Drop the '-march=native' optimization.

2016-01-06 Thread
* gnu/packages/audio.scm (zita-resampler)[source]: Add snippet. --- gnu/packages/audio.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index df1f67b..7cdf586 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1881,6

Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-06 Thread
Ricardo Wurmus writes: >> + (snippet >> + ;; Don't optimize for a specific processor architecture. >> + '(substitute* "libs/Makefile" >> + (("^CXXFLAGS \\+= -march=native") ""))) >> + (modules '((guix

Re: [PATCH] Add Virtual MIDI piano keyboard.

2015-12-21 Thread
Ricardo Wurmus writes: > [PATCH 1/2] gnu: Add drumstick. > [PATCH 2/2] gnu: Add vmpk. Both look good to me. Thanks!

GNOME on GuixSD

2015-12-20 Thread
With commit a4df575, we can get a minimal gnome-shell on GuixSD. Make sure you have elogind and upower-daemon services running, and add the following packages: adwaita-icon-theme, gnome-session, gnome-shell, gnome-control-center, gnome-settings-daemon, dbus to the packages field (to use

Re: repot: problems building guixsd in Asia

2015-12-18 Thread
Dika Setya Prayogi writes: > building guixsd in Asia with guix system init become very slow to > download package. to many timeout result in http error, switching with > --no-subtitutes goes the same but looks like it can fix the http error > with the cost of double

Re: 07/07: gnu: samba: Update to 4.3.2.

2015-12-18 Thread
Mark H Weaver <m...@netris.org> writes: > Alex Kost <alez...@gmail.com> writes: > >> Mark H Weaver (2015-12-18 20:28 +0300) wrote: >> >>> 宋文武 <iyzs...@gmail.com> writes: >>> >>>> iyzsong pushed a

Re: [PATCH 4/4] gnu: samba: Update to 4.3.2.

2015-12-17 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/packages/samba.scm (samba): Update to 4.3.2. Add more inputs. >> [arguments]: Use 'modify-phases' syntax. > > Please mention the arguments removed (#:modules and #:imported-mod

[PATCH 6/6] gnu: Add gnome-shell.

2015-12-16 Thread
* gnu/packages/gnome.scm (gnome-shell): New variable. --- gnu/packages/gnome.scm | 82 ++ 1 file changed, 82 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 88d7481..a6169ac 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 1/6] gnu: Add telepathy-logger.

2015-12-16 Thread
* gnu/packages/freedesktop.scm (telepathy-logger): New variable. --- gnu/packages/freedesktop.scm | 42 +- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index b4e7164..474cf24

[PATCH 4/6] gnu: gnome-bluetooth: New variable.

2015-12-16 Thread
* gnu/packages/gnome.scm (gnome-bluetooth): New variable. --- gnu/packages/gnome.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c60d847..2b425b9 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 3/6] gnu: Add libgtop.

2015-12-16 Thread
* gnu/packages/gnome.scm (libgtop): New variable. --- gnu/packages/gnome.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1ace594..c60d847 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

[PATCH 2/6] gnu: Add colord-gtk.

2015-12-16 Thread
* gnu/packages/freedesktop.scm (colord-gtk): New variable. --- gnu/packages/freedesktop.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 474cf24..b8eb75e 100644 ---

[PATCH 5/6] gnu: Add gnome-control-center.

2015-12-16 Thread
* gnu/packages/gnome.scm (gnome-control-center): New variable. --- gnu/packages/gnome.scm | 73 ++ 1 file changed, 73 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2b425b9..88d7481 100644 ---

Re: [PATCH] gnu: Add cpulimit.

2015-12-15 Thread
Eric Bavier writes: > * gnu/packages/admin.scm (cpulimit): New variable. > --- > gnu/packages/admin.scm | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm >

[PATCH 1/2] gnu: Add cracklib.

2015-12-14 Thread
* gnu/packages/password-utils.scm (cracklib): New variable. --- gnu/packages/password-utils.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 1ca327b..19b184c 100644 ---

[PATCH 2/4] gnu: Add tevent.

2015-12-14 Thread
* gnu/packages/samba.scm (tevent): New variable. --- gnu/packages/samba.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index e5f81a4..ec73a28 100644 --- a/gnu/packages/samba.scm +++

[PATCH 3/4] gnu: Add ldb.

2015-12-14 Thread
* gnu/packages/samba.scm (ldb): New variable. --- gnu/packages/samba.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index ec73a28..05fb3b2 100644 --- a/gnu/packages/samba.scm +++

[PATCH 4/4] gnu: samba: Update to 4.3.2.

2015-12-14 Thread
* gnu/packages/samba.scm (samba): Update to 4.3.2. Add more inputs. [arguments]: Use 'modify-phases' syntax. --- gnu/packages/samba.scm | 75 +++--- 1 file changed, 34 insertions(+), 41 deletions(-) diff --git a/gnu/packages/samba.scm

[PATCH 1/4] gnu: talloc: Update to 2.1.5.

2015-12-14 Thread
* gnu/packages/samba.scm (talloc): Update to 2.1.5. [arguments]: Use 'modify-phases' syntax. --- gnu/packages/samba.scm | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 484eafb..e5f81a4 100644

[PATCH 2/2] gnu: Add libpwquality.

2015-12-14 Thread
* gnu/packages/password-utils.scm (libpwquality): New variable. --- gnu/packages/password-utils.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 19b184c..caa89dc 100644 ---

Re: [PATCH 2/3] system: Add /etc/environment.

2015-12-04 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> * gnu/system.scm: (operating-system-environment-variables): New procedure. >> Adapted and moved environment variables from /etc/profile. >> (operating-system-etc-service): Adjust accor

Re: [PATCH 1/3] services: Add 'session-environment-service'.

2015-12-03 Thread
Alex Kost <alez...@gmail.com> writes: > 宋文武 (2015-12-02 16:38 +0300) wrote: > >> +(define (environment-variables->environment-file vars) >> + "Return a file for pam_env(8) that contains environment variables VARS." >> + (apply mixed-text-file "env

[PATCH 3/3] system: pam: Honor /etc/environment.

2015-12-02 Thread
* gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group. --- gnu/system/pam.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm index d8470f0..9823916 100644 --- a/gnu/system/pam.scm +++

[PATCH 2/3] system: Add /etc/environment.

2015-12-02 Thread
* gnu/system.scm: (operating-system-environment-variables): New procedure. Adapted and moved environment variables from /etc/profile. (operating-system-etc-service): Adjust accordingly. (essential-services): Add an instance of SESSION-ENVIRONMENT-SERVICE-TYPE. --- gnu/system.scm | 39

[PATCH 1/3] services: Add 'session-environment-service'.

2015-12-02 Thread
* gnu/services/base.scm (session-environment-service): New procedure. (session-environment-service-type): New variable. (environment-variables->environment-file): New procedure. --- gnu/services/base.scm | 33 + 1 file changed, 33 insertions(+) diff --git

Re: [PATCH 4/4] services: Add network-manager-service.

2015-11-25 Thread
On 2015-11-18 00:01, l...@gnu.org wrote: 宋文武 <iyzs...@gmail.com> skribis: * gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure. [...] +(

Re: Adding operating-system field for a custom /etc/profile.

2015-11-24 Thread
On 2015-11-24 04:07, Alex Kost wrote: This is a continuation of the discussion beginning here: . To sum up: I would like to have a possibility to use my own /etc/profile instead of the default one, but Ludovic doesn't want to provide me

Re: How to build a file which depends on the actual contents of store items?

2015-11-23 Thread
On 2015-11-20 22:12, l...@gnu.org wrote: 宋文武 <iyzs...@openmailbox.org> skribis: [...] + (define (module-path module) +(list " ModulePath \"" module "/lib/xorg/modules\"\n")) [...] +" (apply string-append (map module-path modules)) &

How to build a file which depends on the actual contents of store items?

2015-11-19 Thread
when look at our xorg service, the first thing I want to do is remove the hard-coded modules and fonts from the xserver.conf. the attach show what I intend to do, but I don't know how to feed `mixed-text-file` the desired arguments now. for each module, a line of `ModulePath

[PATCH 1/4] gnu: Add ppp.

2015-11-16 Thread
* gnu/packages/samba.scm (ppp): New variable. --- gnu/packages/samba.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index d7223bc..8d86249 100644 --- a/gnu/packages/samba.scm +++

[PATCH 4/4] services: Add network-manager-service.

2015-11-16 Thread
* gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure. --- gnu/services/networking.scm | 44 +++- 1 file changed, 43

[PATCH 3/4] gnu: Add network-manager-applet.

2015-11-16 Thread
* gnu/packages/gnome.scm (network-manager-applet): New variable. --- gnu/packages/gnome.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 440bb0d..da43fe2 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 2/4] gnu: Add network-manager.

2015-11-16 Thread
* gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch) (network-manager): New variables. --- gnu/packages/gnome.scm | 95 ++ 1 file changed, 95 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index

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

2015-11-16 Thread
On 2015-11-17 05:56, Mark H Weaver wrote: 宋文武 <iyzs...@gmail.com> writes: * gnu/packages/samba.scm (ppp): New variable. --- gnu/packages/samba.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/sam

Re: [PATCH] tk: Hardcode path to TK_LIBRARY.

2015-11-13 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 <iyzs...@openmailbox.org> skribis: > >> From 6c9ea521e88d36bd1ce990a561477ec0e2950017 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzs...@gmail.com> >> Date: Thu, 12 Nov 2015 1

[PATCH] nix: Don't propagate Perl libraries.

2015-11-12 Thread
From 4f1ce6ac61e48a8752cd4c095be2ad34c2f210b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 12 Nov 2015 17:59:34 +0800 Subject: [PATCH 2/2] gnu: nix: Don't propagate Perl libraries. * gnu/packages/package-management.scm (nix): Move

[PATCH] tk: Hardcode path to TK_LIBRARY.

2015-11-11 Thread
I did it for nixpkgs too :-)From 6c9ea521e88d36bd1ce990a561477ec0e2950017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 12 Nov 2015 13:31:19 +0800 Subject: [PATCH] tk: Hardcode path to TK_LIBRARY. Fixes . *

[PATCH 4/5] gnu: Add gdm.

2015-11-10 Thread
* gnu/packages/gnome.scm (gdm): New variable. --- gnu/packages/gnome.scm | 60 ++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9f7b01f..5863be1 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 5/5] gnu: Add gnome-shell.

2015-11-10 Thread
* gnu/packages/gnome.scm (gnome-shell): New variable. --- gnu/packages/gnome.scm | 60 ++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5863be1..4382f81 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 3/5] gnu: Add caribou.

2015-11-10 Thread
* gnu/packages/gnome.scm (caribou): New variable. --- gnu/packages/gnome.scm | 66 ++ 1 file changed, 66 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e018d6..9f7b01f 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 2/5] gnu: Add evolution-data-server.

2015-11-10 Thread
* gnu/packages/gnome.scm (evolution-data-server): New variable. --- gnu/packages/gnome.scm | 64 ++ 1 file changed, 64 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 70b9285..9e018d6 100644 ---

[PATCH 1/5] gnu: Add gnome-online-accounts.

2015-11-10 Thread
* gnu/packages/gnome.scm (gnome-online-accounts): New variable. --- gnu/packages/gnome.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6779cfb..70b9285 100644 --- a/gnu/packages/gnome.scm +++

Re: [PATCH 5/5] gnu: Add gnome-shell.

2015-11-10 Thread
WIP, gdm and gnome-shell won't start. I haven't look much about gdm. gnome-shell still missing some runtime depends (as typelib) like network-manager, etc. I post those patches to ML to track the process, let's package GNOME :-)

Re: 01/02: gnu: Update libpeas.

2015-11-09 Thread
On 2015-11-09 15:33, Mark H Weaver wrote: iyzsong pushed a commit to branch master in repository guix. commit 835ed74b3a4bcec041632b658ebf6863e0e7b597 Author: David Hashe Date: Sun Nov 8 10:57:19 2015 -0600 gnu: Update libpeas. * gnu/packages/gnome.scm (libpeas):

Re: [PATCH 1/2] gnu: Add gtksourceview.

2015-11-08 Thread
David Hashe writes: > * gnu/packages/gnome.scm (gtksourceview): New variable. > --- > gnu/packages/gnome.scm | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index

Re: [PATCH 2/2] gnu: Add gedit.

2015-11-08 Thread
On 2015-11-09 04:07, David Hashe wrote: New gedit patch, since it won't apply cleanly now that gtksourceview is being added to a different file. The libpeas patch should still work. Pushed with follow modifications, thanks! I remove gvfs from inputs, it still report: Gvfs metadata enabled:

Re: [PATCH 1/2] gnu: Add gtksourceview.

2015-11-08 Thread
On 2015-11-09 04:05, David Hashe wrote: On Sun, Nov 8, 2015 at 11:53 AM, Efraim Flashner wrote: On Sun, 8 Nov 2015 18:47:26 +0100 John Darrington wrote: > Doesn't this already exist ? In gnu/packages/gtk+ > > The version there seems to

<    1   2   3   4   5   6   7   >