On Sun 06 Mar 2016 22:35, l...@gnu.org (Ludovic Courtès) writes:
> Andy Wingo skribis:
>
>> 2. How elogind maps PIDs to sessions
>>
>>
>> Systemd uses cgroups in two ways: one, to organize the tree of processes
>> into users, slices, machines, sessions, and sc
Andy Wingo skribis:
> On Sun 06 Mar 2016 22:35, l...@gnu.org (Ludovic Courtès) writes:
>
>> Andy Wingo skribis:
>>
>>> 2. How elogind maps PIDs to sessions
>>>
>>>
>>> Systemd uses cgroups in two ways: one, to organize the tree of processes
>>> into users, sl
* gnu/packages/libreoffice.scm (ixion): Update to 0.11.0.
---
gnu/packages/libreoffice.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 6366639..7ae6020 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gn
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.1.3.
[inputs]: Remove python, add python-wrapper, gtk+, liblangtag, specify
mdds-0.12.1.
[arguments]: Build without doxygen, manually configure CFLAGS for orcus,
enable liblangtag.
---
gnu/packages/libreoffice.scm | 19 +--
Now that vigra is building again, I've put together a patch to update
libreoffice to address CVE-2016-0794 and CVE-2016-0795. Currently its
building on my machine, but hydra says the last successful build took
7 hours and I'm currently ~5.5 into my build, but I'm expecting close
to 20 hours for a c
* gnu/packages/boost.scm (mdds): Update to 1.1.0.
[home-page]: Update to new homepage.
(mdds-0.12.1): Keep for libreoffice.
---
gnu/packages/boost.scm | 26 +-
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
ind
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.6.
---
gnu/packages/libreoffice.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 7ae6020..0195a28 100644
--- a/gnu/packages/libreoffice.scm
+++ b
* gnu/packages/libreoffice.scm (liblangtag): New variable.
---
gnu/packages/libreoffice.scm | 32 ++--
1 file changed, 30 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a82cde7..62dcb59 100644
--- a/gnu/pack
* gnu/packages/libreoffice.scm (orcus): Update to 0.11.0.
---
gnu/packages/libreoffice.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 62dcb59..6366639 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu
Hi,
I recently wanted to modify a service in GuixSD. I found the manual
helpful but lacking, so I've drafted a patch to improve the situation. I
hope it helps.
In particular, I found that the current recommended way to modify a
service (i.e., using 'modify-services') relies on the 'inherit' featu
On Mon 07 Mar 2016 11:01, l...@gnu.org (Ludovic Courtès) writes:
> BTW, a few days ago we were discussing on IRC the fact that elogind
> would start before dbus-daemon, and thus get respawned a couple of times
> at system startup, etc. Yesterday, with commit 956ad60, I changed it to
> be started
Andy Wingo skribis:
> On Mon 07 Mar 2016 11:01, l...@gnu.org (Ludovic Courtès) writes:
>
>> BTW, a few days ago we were discussing on IRC the fact that elogind
>> would start before dbus-daemon, and thus get respawned a couple of times
>> at system startup, etc. Yesterday, with commit 956ad60, I
Federico Beffa skribis:
> Federico Beffa writes:
>
>> Hi,
>>
>> the package 'gobject-introspection' declares a
>> search-path-specification for the variable GI_TYPELIB_PATH and
>> 'matplotlib' uses and propagates said package. I have 'matplotlib' in
>> my profile, but "guix package --search-path
Leo Famulari skribis:
> On Thu, Dec 03, 2015 at 03:04:55PM +0100, Florian Paul Schmidt wrote:
>> Hi,
>>
>> attached is a patch for a first stab at packaging xfce4-power-manager. Since
>> I used a different package as a base for this one there might be some
>> unneeded inputs. I wonder if you guy
* gnu/packages/gnome.scm (network-manager): Disable tests that don't
work in a GuixSD buildroot.
---
gnu/packages/gnome.scm | 13 +
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d68633e..155d7ad 100644
--- a/gnu/packages/gnome.sc
* gnu/packages/gnome.scm (network-manager): Update to 1.0.10.
(network-manager-applet): Likewise.
---
gnu/packages/gnome.scm | 21 -
1 file changed, 4 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 155d7ad..66d3df1 100644
--
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.
>From f59e5027d4fb9559e179fb4693617820f6680223 Mon Sep 17 00:00:00 2001
From: Nils Gillmann
Date: Thu, 3 Mar 2016 12:41:08 +0100
Subject
Andy Wingo skribis:
> * gnu/packages/gnome.scm (network-manager): Disable tests that don't
> work in a GuixSD buildroot.
Rather “Add 'pre-configure' phase.”
Otherwise LGTM, thanks!
Ludo’.
Andy Wingo skribis:
> * gnu/packages/gnome.scm (network-manager): Update to 1.0.10.
> (network-manager-applet): Likewise.
Please mention the removal of
‘%network-manager-glib-duplicate-test-patch’.
Otherwise LGTM, thank you!
Ludo’.
Chris Marusich skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Otherwise, is it OK to pass the whole profile around, as with:
>>
>> guix archive --export $(readlink -f ~/.guix-profile) > profile.nar
>>
>> ?
>>
>> You’d still have to manually link to this profile on the target machine,
>>
Andreas Enge skribis:
> On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote:
>> Andreas Enge skribis:
>> > This was the original reason (plus easier debugging) that I kept the
>> > internal packages -bin and -texmf public; I think it was a mistake,
>> > since it seems to lead to a lo
On Mon, Mar 07, 2016 at 05:41:44PM +0100, Ludovic Courtès wrote:
> > Second, there is gettext with a native input texlive-bin.
> No, fortunately not! :-)
My bad! I was mixing it up with po4a in the gettext module.
It requires texlive for its tests; if we were to take texlive out, we would
need to
On Mon, Mar 07, 2016 at 12:42:02PM +0200, Efraim Flashner wrote:
> * gnu/packages/libreoffice.scm (liblangtag): New variable.
It compiles without problem for me.
> +(description "liblangtag is an interface library to access/deal with tags
> +for identifying languages, which is described in RF
On Mon, Mar 07, 2016 at 12:42:02PM +0200, Efraim Flashner wrote:
> * gnu/packages/libreoffice.scm (liblangtag): New variable.
> ---
> gnu/packages/libreoffice.scm | 32 ++--
> 1 file changed, 30 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/libreoffice.sc
On Mon, Mar 07, 2016 at 12:42:03PM +0200, Efraim Flashner wrote:
> * gnu/packages/boost.scm (mdds): Update to 1.1.0.
> [home-page]: Update to new homepage.
> (mdds-0.12.1): Keep for libreoffice.
While I wait for the build to finish, here is a superficial review.
[...]
> ;;; Copyright © 2014, 20
Hi Guix,
here are a couple of LADSPA plugins used by some example instruments
coming with Alsa Modular Synth.
~~ Ricardo
>From 6b4204ebed5d15d4bad41899be50895fe5d3a6bc Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Mon, 7 Mar 2016 20:47:04 +0100
Subject: [PATCH 1/3] gnu: Add mcp-plugins.
On Mon, 7 Mar 2016 12:42:01 +0200
Efraim Flashner wrote:
> Now that vigra is building again, I've put together a patch to update
> libreoffice to address CVE-2016-0794 and CVE-2016-0795. Currently its
> building on my machine, but hydra says the last successful build took
> 7 hours and I'm curre
On Mon, Mar 07, 2016 at 12:42:01PM +0200, Efraim Flashner wrote:
> Now that vigra is building again, I've put together a patch to update
> libreoffice to address CVE-2016-0794 and CVE-2016-0795. Currently its
> building on my machine, but hydra says the last successful build took
> 7 hours and I'm
On Mon, Mar 07, 2016 at 02:41:22PM -0500, Leo Famulari wrote:
> > - "http://kohei.us/files/mdds/src/mdds_"; version
> > ".tar.bz2"))
> > + "http://kohei.us/files/mdds/src/mdds-"; version
> > ".tar.bz2"))
> I can't figure out what the difference is between these
On Mon, 7 Mar 2016 14:43:02 -0500
Leo Famulari wrote:
> On Mon, Mar 07, 2016 at 12:42:02PM +0200, Efraim Flashner wrote:
> > * gnu/packages/libreoffice.scm (liblangtag): New variable.
> > ---
> > gnu/packages/libreoffice.scm | 32 ++--
> > 1 file changed, 30 insertion
On Mon, Mar 7, 2016 at 2:35 PM, Ludovic Courtès wrote:
[...]
> Could you confirm?
We fixed that a while back :-)
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22073
Regards,
Fede
On Mon, 7 Mar 2016 14:41:22 -0500
Leo Famulari wrote:
> On Mon, Mar 07, 2016 at 12:42:03PM +0200, Efraim Flashner wrote:
>
> > +;; Libreoffice needs mdds-0.12.1 to build, but its dependancies need
> > mdds-1.0+.
> > +;; Rather than use an external binary while building libreoffice, it's
> > be
Federico Beffa skribis:
> On Mon, Mar 7, 2016 at 2:35 PM, Ludovic Courtès wrote:
>
> [...]
>
>> Could you confirm?
>
> We fixed that a while back :-)
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22073
Excellent non-news. :-)
My inbox is a mess!
Cheers,
Ludo’.
Andy Wingo skribis:
> I installed gnome using
>
> guix package --profile=/tmp/foo-profile -i gnome
>
> There is a lot of stuff there. If gnome-desktop-service extends
> profile-service-type with gnome, will that not "pollute" a lot of
> profiles? Attached is a listing of that profile.
Good p
Chris Marusich writes:
> myglc2 writes:
>
> Everyone loves pictures! Here are my thoughts about the graphic:
>
> * What do the different colors mean? It is not clear to me what red,
> blue, and gray mean. I see that some of the boxes are grouped by
> color, but I don't see the pattern.
- bl
Hello,
I would like to propose to include following excellent
software packages:
- IceWm as it is fast, stable X Window Manager:
http://www.icewm.org/
- And also ROX Filer: http://rox.sourceforge.net/desktop/
- mu that has guile bindings:
http://www.djcbsoftware.nl/code/mu/ and provides quick
M
This should fix the problem we Ricardo reported to gnunet-devel
in [GNUNET-developers] gnunet-gtk segfaults and other issues or
at least fix part of the problem.
It should add a reference to GNUnet to our gnunet-gtk
(--with-gnunet= ...), but still does not fix:
"checking for Glade core... --with-g
Andy Wingo writes:
> wingo pushed a commit to branch master
> in repository guix.
>
> commit c42602b5cb618f8fb8ce65af37c89b40a22f440c
> Author: Andy Wingo
> Date: Sun Mar 6 19:00:29 2016 +0100
>
> gnu: elogind: Update to 219.13.
>
> * gnu/packages/freedesktop.scm (elogind): Update
* gnu/packages/disk.scm (idle3-tools): New variable.
---
gnu/packages/disk.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index b9240a3..37c7bf5 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1
Louis writes:
> Hello,
>
> I would like to propose to include following excellent
> software packages:
>
> - IceWm as it is fast, stable X Window Manager:
> http://www.icewm.org/
>
> - And also ROX Filer: http://rox.sourceforge.net/desktop/
Patches welcome!
> - mu that has guile bindings:
> ht
Mark H Weaver writes:
> Andy Wingo writes:
>
>> (define-public elogind
>>(package
>> (name "elogind")
>> -(version "219.12")
>> +(version "219.13")
>> (source (origin
>>(method url-fetch)
>>(uri (string-append "https://wingolog.org/pub/"; na
On Mon, Mar 07, 2016 at 10:03:17PM +0200, Efraim Flashner wrote:
> On Mon, 7 Mar 2016 12:42:01 +0200
> Efraim Flashner wrote:
>
> > Now that vigra is building again, I've put together a patch to update
> > libreoffice to address CVE-2016-0794 and CVE-2016-0795. Currently its
> > building on my m
On Mon, Mar 07, 2016 at 02:38:03PM +0100, Ludovic Courtès wrote:
> Leo Famulari skribis:
>
> > On Thu, Dec 03, 2015 at 03:04:55PM +0100, Florian Paul Schmidt wrote:
> >> Hi,
> >>
> >> attached is a patch for a first stab at packaging xfce4-power-manager.
> >> Since
> >> I used a different packa
On Mon, Mar 07, 2016 at 02:38:03PM +0100, Ludovic Courtès wrote:
> Leo Famulari skribis:
>
> > On Thu, Dec 03, 2015 at 03:04:55PM +0100, Florian Paul Schmidt wrote:
> >> Hi,
> >>
> >> attached is a patch for a first stab at packaging xfce4-power-manager.
> >> Since
> >> I used a different packa
On Mon, 07 Mar 2016 17:41:44 +0100
l...@gnu.org (Ludovic Courtès) wrote:
> Andreas Enge skribis:
>
> > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote:
> >> Andreas Enge skribis:
> >> > This was the original reason (plus easier debugging) that I kept the
> >> > internal pack
Hi,
I've set up a caching proxy to serve substitutes from Hydra. If you want
to use it, it's available here:
http://hydra-mirror.marusich.info
Behind the scenes, this endpoint is set up to distribute hydra.gnu.org's
substitutes via Amazon CloudFront, which is a global content
distribution networ
Hello,
I've gotten further with my Python 3.5 update.
Attached are two patches. One to update Python to 3.5.1 and one to
update pytest as I couldn't get that to run with pytest 2.6.1.
My test was to install jupyter, which pulled in already packaged for
guix packages numpy, pandas, six, requests,
Hello,
Do you mean I should prepare the packages? Not ready for
that, as I tried to use Guix, but is unmounting my /home so
I have particular unsolved problem, that maybe is solved in
help-guix soon.
Later I would like to contribute to Guix as it is truly
free, GNU, it has user approach and work
myglc2 writes:
> You may be right but I was thinking that rpc is different than the
> others which are more like data flow. Actually I am thinking of making
> profile lines dotted too. What would you think of that?
Unless the distinction is explained in a legend, I think this just
serves to dist
49 matches
Mail list logo