myglc2 writes:
> Ricardo Wurmus writes:
>
>> myglc2 writes:
>>
>>> I imagine that, in the spirit of guix, we also want a user to be able to
>>> "help themself" instead of depending on a 'manager.' This would probably
>>> require an additional R "package manager component" that is usable by a
>
Pjotr Prins writes:
> On Mon, Aug 01, 2016 at 10:02:05PM +0200, Ricardo Wurmus wrote:
>> We have importers that generate Guix package expressions from CRAN or
>> Bioconductor. Taken one step further we might have a transparent
>> wrapper to quickly install any version of a package even if it is
Hello ng0,
I'm still interested in working on this, and I think I will need help
regarding how to setup a service for GNU Shepherd and how to configure
compiler flags for guix. Will you assist me on this? Besides the Guix
manual, where can I find good and detailed information on how to do a
good j
On Mon, Aug 01, 2016 at 10:02:05PM +0200, Ricardo Wurmus wrote:
> We have importers that generate Guix package expressions from CRAN or
> Bioconductor. Taken one step further we might have a transparent
> wrapper to quickly install any version of a package even if it is not
> yet part of Guix.
>
On Mon, Aug 01, 2016 at 07:34:49PM +, ng0 wrote:
> * gnu/packages/irc.scm (ircii): New variable.
Cool!
> + (snippet
> + '(begin
> + (substitute* "bsdinstall"
> + (("/bin/strip") "strip")
> + (("/bin/cp") "cp")
> +
This patch should install p7zip correctly on every architecture
supported by Guix. Ideally, this should be tested it on each arch for
the sake of completeness and safety. I've got x86_64 covered so far. :-)
From 0a9779d78a86e06bad08917c408699838d99b771 Mon Sep 17 00:00:00 2001
From: Kei Kebreau
On Mon, Aug 01, 2016 at 08:28:28PM +0200, nee wrote:
> Hello, if I did everything right, this should add the supertux 2D
> platformer game.
> Subject: [PATCH] gnu: Add supertux.
Thanks for this contribution!
The opening scene was too scary, I had to stop playing ;)
I looked at the source files
> I think that before continuing work on KDE, it may be a good idea to package
> the missing Qt modules.
That's probably a good idea. I identified the missing qt modules:
qttranslations
qtwebview
qtserialbus
qtquickcontrols2
qtgraphicaleffects
qtenginio
qtdoc
qtcanvas3d
qtactiveqt
qt3d
qtandroide
> Fast? I do not know. Several hours of work altogether...
Well I spent a while on it and didn't get anywhere...
On Sun, Jul 31, 2016 at 01:08:54PM +, ng0 wrote:
> This was another failing test, someone before me reported it and
> therefore I have no bugreport to point to. I consider it superfluous
> work to fix 0.10.1 (the (define-public gnunet)) now that work towards
> 0.10.2 release happens. Tests migh
Wow that was fast! qttools is packaged and provides Qt5LinguistToolsConfig.cmake
Hello!
On Mon, Aug 01, 2016 at 11:10:34PM +0200, Andreas Enge wrote:
> Sorry for the long message, which follows my own path in trying to debug
> this mess. To quickly summarise it:
> I think we need to modify the qtbase package to drop the
> NO_DEFAULT_PATH from Qt5Config.cmake.
I think that the
Hi!
I’d like to release 0.11.0 (probably more accurate than “0.10.1”?) on
Wednesday.
I’ve updated ‘NEWS’. Please feel free to add any important items I
could have missed among the 2,000+ commits.
Ludo’.
Hello!
Andreas Enge skribis:
> one more thing that would be nice to have is gtk-doc:
>http://hydra.gnu.org:3000/build/1345571
> I already tried to upgrade to 1.25, but that did not change the error.
> And maybe node for those who are interested in it:
>http://hydra.gnu.org:3000/build/132
David Craven skribis:
> * guix/scripts/lint.scm (check-inputs-should-be-native): Warn when
> extra-cmake-modules or qttools isn't a native-input.
LGTM!
Woow, impressed by the Herculean work that you and Hartmut made!
Ludo’.
Hi,
Ricardo Wurmus skribis:
> This obviously depends on the quality of the importers, but I think it
> wouldn’t take much effort to make this a reality. The main problem with
> offering magic like this is that it must be reliable or else it would
> just be frustrating users.
It’s indeed doable
On Mon, Aug 01, 2016 at 10:00:34PM +0200, David Craven wrote:
> I thought it would be easier to update, since we prefer each update to
> be a commit. If we change the version for all packages at the same
> time we could have breakage until they are all updated. With the
> auto-updater this doesn't
On Mon, Aug 01, 2016 at 09:56:44PM +0200, David Craven wrote:
> libnm requires glib too.
> pkg-config libnm --libs
> -L/gnu/store/m3py3rk71ihlfgvj2kss7054hwfqwkpq-glib-2.48.0/lib
> -L/nix/store/apa8hagf5bnsw0fyb0i9a3b59z6h8ppb-network-manager-1.0.12/lib
> -lnm -lgio-2.0 -lgobject-2.0 -lglib-2.0
Ok
On Mon, Aug 01, 2016 at 08:13:17PM +0200, David Craven wrote:
> * gnu/packages/kde-frameworks.scm: Update to 5.24.0.
Here also, mention all changes:
> -(uri (string-append "http://download.kde.org/stable/frameworks/";
> +(uri (string-append "mirror://kde/stable/frameworks/"
This.
Ricardo Wurmus writes:
> myglc2 writes:
>
>> I imagine that, in the spirit of guix, we also want a user to be able to
>> "help themself" instead of depending on a 'manager.' This would probably
>> require an additional R "package manager component" that is usable by a
>> manager or user. Such a
On Mon, Aug 01, 2016 at 08:13:16PM +0200, David Craven wrote:
> From: Hartmut Goebel
> * gnu/packages/kde-frameworks.scm: Update to 5.24.0.
> Co-authored-by: David Craven
Now that you have taken over the project (and will probably end up modifying
the commits), and since you will do the final co
Roel Janssen writes:
> myglc2 writes:
>
>> Pjotr Prins writes:
>>
>>> On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote:
>>>
Guix has marvelous raw tools to do anything. The question is how to make
it simple enough for someone that is basically an R user to take
advantage of
gnu: Add u-boot, device-tree-compiler.
* gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables.
---
gnu/local.mk | 4 +
.../u-boot-device-tree-compiler-01_build_doc.patch | 21
...t-Add-missing-functions-to-shared-library.patch | 30 +
myglc2 writes:
> I imagine that, in the spirit of guix, we also want a user to be able to
> "help themself" instead of depending on a 'manager.' This would probably
> require an additional R "package manager component" that is usable by a
> manager or user. Such a thing would certainly showcase
I thought it would be easier to update, since we prefer each update to
be a commit. If we change the version for all packages at the same
time we could have breakage until they are all updated. With the
auto-updater this doesn't require any manual labor at all.
gnu: Add u-boot, device-tree-compiler.
* gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables.
---
gnu/local.mk | 4 +
.../u-boot-device-tree-compiler-01_build_doc.patch | 21
...t-Add-missing-functions-to-shared-library.patch | 30 +
On Mon, Aug 01, 2016 at 08:13:19PM +0200, David Craven wrote:
> * gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable.
PS: If you delete the variable, I would do this first and replace its use
by the current value in the two (?) packages using it so far, and after that
update the
On Mon, Aug 01, 2016 at 08:13:19PM +0200, David Craven wrote:
> * gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable.
Should we not keep it? From what I understand, all of KDE, or at least
the framework, seems to move in unison. So keeping a unique global variable
would making t
> libnm-glib.pc, libnm-glib-vpn.pc and libnm-util.pc require glib, the others
> do not. So it seems entirely possible to use network-manager without pulling
> glib into a profile.
libnm requires glib too.
pkg-config libnm --libs
-L/gnu/store/m3py3rk71ihlfgvj2kss7054hwfqwkpq-glib-2.48.0/lib
-L/nix
On Mon, Aug 01, 2016 at 08:13:13PM +0200, David Craven wrote:
> * guix/download.scm (%mirrors)[kde]: Add kde mirrors.
This is a good idea! I tried it out and it worked. I think you can push
this already now.
But I think the "[kde]" should not appear in the commit message?
It would be good if some
Hello,
It’s funny, because I did forget about it — and wrote the same package
as part of my patch set to add libvirt + virtmanager (which I haven’t
submitted to the ML yet).
~~ Ricardo
I will wait Ricardo include it in their set of patches. Thanks.
On Mon, Aug 01, 2016 at 08:13:12PM +0200, David Craven wrote:
> * gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
> +(propagated-inputs
> + `(("glib" ,glib)))
This requires a little comment at the end of the line.
I wonder if it is really needed. network-manager pro
Hello, David!
Thanks for all this work! I must admit that this big number of patches is
a bit intimidating to review. Maybe we should concentrate on the first
few patches to get the basics right, and accelerate later. Anyway, I am
looking forward to more KDE!
On Mon, Aug 01, 2016 at 08:13:11PM +0
myglc2 writes:
> Pjotr Prins writes:
>
>> On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote:
>>
>>> Guix has marvelous raw tools to do anything. The question is how to make
>>> it simple enough for someone that is basically an R user to take
>>> advantage of them. The challenge in guix R p
Catonano writes:
> 2016-08-01 16:34 GMT+02:00 ng0 :
>
>
>
>> "The refactoring of the gnunet code is going on like a thunderstorm."
>>
>
> I can't see this sentence in the gnunet irc log, neither on the mailing
> list archive
>
> Where did you get it ?
Somewhere else, just a comment which I see f
From fed474bfe97d68f9311213a6b05641bea5d5c858 Mon Sep 17 00:00:00 2001
From: ng0
Date: Mon, 1 Aug 2016 19:31:23 +
Subject: [PATCH] gnu: Add ircii.
* gnu/packages/irc.scm (ircii): New variable.
---
gnu/packages/irc.scm | 55
1 file changed,
gnu: Add u-boot, device-tree-compiler.
* gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables.
---
gnu/local.mk | 4 +
.../u-boot-device-tree-compiler-01_build_doc.patch | 21
...t-Add-missing-functions-to-shared-library.patch | 30 +
* gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables.
---
gnu/local.mk | 4 +
.../u-boot-device-tree-compiler-01_build_doc.patch | 21
...t-Add-missing-functions-to-shared-library.patch | 30 ++
...t-Add-some-missing-symbols-to
2016-08-01 16:34 GMT+02:00 ng0 :
> "The refactoring of the gnunet code is going on like a thunderstorm."
>
I can't see this sentence in the gnunet irc log, neither on the mailing
list archive
Where did you get it ?
Hi again. Sorry I'm on vacation in Sweden so the formatting of this mail
suffered ;) The one thing that had me worried was the errors right after the
git pull..
Regards,
Flo
On July 31, 2016 2:03:59 PM GMT+02:00, Mathieu Lirzin wrote:
>Hi,
>
>Florian Paul Schmidt writes:
>
>> On 07/29/2016 09
Hello, if I did everything right, this should add the supertux 2D
platformer game.
From 98589464a2314dbb4663e39aa63768d3feb960fc Mon Sep 17 00:00:00 2001
From: nee
Date: Mon, 1 Aug 2016 19:30:47 +0200
Subject: [PATCH] gnu: Add supertux.
---
gnu/packages/games.scm | 34 +++
On Mon, Aug 01, 2016 at 06:09:12PM +0200, Ludovic Courtès wrote:
Hello,
Tomáš Čech skribis:
Ping after week - is there interest in this patch?
I didn’t comment on the patch specifically because I thought my reply
might make you change your mind. ;-)
https://lists.gnu.org/archive/html/gui
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kdbusaddons): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 30 ++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks
From: Hartmut Goebel
* gnu/packages/kde-frameworks (networkmanager-qt): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framewo
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kplotting): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 29 +
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.sc
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kitemviews): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.sc
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kidletime): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (ki18n): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 38 ++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framewor
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kguiaddons): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (solid): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 30 ++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
i
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kwidgetsaddons): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kdnssd): New variable.
Co-authored-by: David Craven
---
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
ind
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (modemmanager-qt): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frame
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kcodecs): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 35 +++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (karchive): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 35 +++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framewor
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kcoreaddons): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 33 +
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framewo
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kitemmodels): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 52 +
1 file changed, 52 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (breeze-icons): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 27 +++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.s
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (bluez-qt): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (threadweaver): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 24
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (attica): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 39 +++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framew
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (sonnet): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
inde
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kapidox): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 44 +
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-fra
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kwayland): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.
* guix/download.scm (%mirrors)[kde]: Add kde mirrors.
---
guix/download.scm | 47 ++-
1 file changed, 46 insertions(+), 1 deletion(-)
diff --git a/guix/download.scm b/guix/download.scm
index 73c0e89..fa6fa45 100644
--- a/guix/download.scm
+++ b/guix/dow
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.24.0.
---
gnu/packages/kde-frameworks.scm | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7b9bcba..12d9f16 100644
--- a/gnu/packag
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm: Update to 5.24.0.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.s
* gnu/packages/kde-frameworks.scm: Update to 5.24.0.
---
gnu/packages/kde-frameworks.scm | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 39e2292..7b9bcba 100644
--- a/gnu/packages/kde-frame
* ki18n: qtdeclarative isn't found.
* kidletime: qtx11extras isn't found.
* kwidgetsaddons: qttools isn't found.
* kwindowsystem: qtx11extras isn't found.
Then there are multiple test failures affecting the following packages:
* extra-cmake-modules: All tests pass, but install fails after running
* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when
extra-cmake-modules or qttools isn't a native-input.
---
guix/scripts/lint.scm | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 8aab1fe..51191e7 100644
-
* gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable.
---
gnu/packages/kde-frameworks.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 12d9f16..db20690 100644
--- a/gnu/packages/kde-frameworks.scm
++
* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private
functions.
(%kde-updater): New public variable.
* guix/scripts/refresh.scm (list-updaters): Add %kde-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
---
doc/guix.texi| 2 ++
guix/
From: Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kconfig): New variable.
Co-authored-by: David Craven
---
gnu/packages/kde-frameworks.scm | 53 +
1 file changed, 53 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-fra
* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 445e94a..2038f8f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4423
Pjotr Prins writes:
> On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote:
>> > I think what you're looking for in your hospital research lab is what
>> > Pjotr describes as a certain check-out of the Guix source tree.
>>
>> But it is not simple to use. It is to technical an approach to appea
Hello,
Tomáš Čech skribis:
> Ping after week - is there interest in this patch?
I didn’t comment on the patch specifically because I thought my reply
might make you change your mind. ;-)
https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01241.html
All the packages used by the initrd
Hi!
Andreas Enge skribis:
> I am seeing this funny command being executed on one of the build machines:
>bash -c guix archive --export
> /gnu/store/06g54r7am7ka96d7jydgmayfyqgx1s1l-cfe-3.5.2.src.tar.xz | xz -c
>
> Would it be difficult to prevent re-compressing of already compressed
> sourc
ng0 writes:
> Kei Kebreau writes:
>
>> ng0 writes:
>>
>>> Kei Kebreau writes:
>>>
ng0 writes:
> Hi,
>
> Kei Kebreau writes:
>
>> A package for those who like to roam around the lower levels of their
>> machines. As soon as this package is verified to build s
On Mon 01 Aug 2016 12:39, Tomáš Čech writes:
> Ping after week - is there interest in this patch?
>
> I know that
>
> - it doesn't apply cleanly as it depends on the other one I sent later
> and was discussed
> - documentation needs to be adjusted as well
>
> - it's a bit corner case but improv
Ricardo Wurmus writes:
> Hi Kei,
>
>> An important version bump for Red Eclipse, with necessary changes to
>> keep it building properly. I've also included the example server
>> configuration file in the config directory.
>
> thanks for the update.
>
>> + (copy-file "doc/examples/
A short note to link threads:
It is likely that 2.2.x release will fix the current bug, see
https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01452.html
n...@we.make.ritual.n0.is writes:
> Hi,
>
> I found this thread while I was deleting old threads.
>
> I worked on torsocks-2.1.0 without
Hi pe.cg, Hi Ludovic,
I found this old thread and I like the idea.
pe.cg, are you still interested in doing it? Do you require any help or
otherwise input and mentoring?
Or you you want someone else to workon this?
Thanks,
ng0
Ludovic Courtès writes:
> Hi,
>
> pe...@krutt.org skribis:
>
>> I'
Hi Andreas and Jessica,
I found this contribution on my search for forgotten
packages/contributions.
Jessica, was this simply forgotten or left due to whatever reasons, or
do you want someone else to move this over the finnishing line?
Thanks,
ng0
Andreas Enge writes:
> Hello, Jessica,
>
>
Hi Efraim and Christopher,
I found this contribution on my search for forgotten
packages/contributions.
Christopher, thanks for working on this. Was this simply forgotten or
left due to whatever reasons, or do you want someone else to move this
over the finnishing line?
Thanks,
ng0
Efra
ng0 writes:
> Hi Rene and Ricardo,
>
> I found this contribution on my search for forgotten
> packages/contributions.
>
> Rene, was this simply forgotten or left due to whatever reasons, or do
> you want someone else to move this over the finnishing line?
It’s funny, because I did forget about
Hi Rene and Ricardo,
I found this contribution on my search for forgotten
packages/contributions.
Rene, was this simply forgotten or left due to whatever reasons, or do
you want someone else to move this over the finnishing line?
Thanks,
ng0
ren...@openmailbox.org writes:
> On 2016-02-16 07:24
Hello Fabian Harfert,
I see your contribution did not receive any further reaction.
Did it just disappear in the work-in-progress branches/folders you have,
or do you have no further intentions to work on it for whatever reasons
it may be (time, resources, …)?
I'd like to move this contribution o
ng0 writes:
> ng0 writes:
>
>> This is functional, but it suffers the same bug as the gnunet-0.10.1
>> package. I will write a gnunet-service for guix which will fix all
>> versions.
>> The expected behavior for installing gnunet is: create gnunet user with
>> gnunet group, create gnunet-dns gro
Hi Kei,
> An important version bump for Red Eclipse, with necessary changes to
> keep it building properly. I've also included the example server
> configuration file in the config directory.
thanks for the update.
> + (copy-file "doc/examples/servinit.cfg"
> +
On Mon, Aug 1, 2016 at 9:03 AM, Kei Kebreau wrote:
>
> An important version bump for Red Eclipse, with necessary changes to
> keep it building properly. I've also included the example server
> configuration file in the config directory.
LGTM. I really need to try this game out when I get a chanc
An important version bump for Red Eclipse, with necessary changes to
keep it building properly. I've also included the example server
configuration file in the config directory.
From e073dce57fb51ce99cc93c2f8b8c2adf650ad6af Mon Sep 17 00:00:00 2001
From: Kei Kebreau
Date: Mon, 1 Aug 2016 08:56:2
Kei Kebreau writes:
> ng0 writes:
>
>> Kei Kebreau writes:
>>
>>> ng0 writes:
>>>
Hi,
Kei Kebreau writes:
> A package for those who like to roam around the lower levels of their
> machines. As soon as this package is verified to build successfully and
> reprodu
David Craven skribis:
>> If spice-vdagend produces a PID file, make sure to use #:pid-file here
>> (there are several examples in the tree), which often provides more
>> reliable startup notification.
>
> spice-vdagentd doesn't create a pid file itself. [0] [1]
OK. In that case, ‘make-forkexec-
Kei Kebreau skribis:
> From 06770d6275aacdb0c5763bcc8aff4d27fe6ae2f5 Mon Sep 17 00:00:00 2001
> From: Kei Kebreau
> Date: Sun, 31 Jul 2016 17:15:25 -0400
> Subject: [PATCH] gnu: dmidecode: Update to 3.0.
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8
Tobias Geerinckx-Rice skribis:
> Otherwise, I'll push it soon with the suggested changes.
Fine with me!
Thanks,
Ludo’.
* gnu/packages/emacs.scm (emacs-visual-fill-column): New variable.
---
gnu/packages/emacs.scm | 24
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8dd728b..13dd515 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/
Ping after week - is there interest in this patch?
I know that
- it doesn't apply cleanly as it depends on the other one I sent later
and was discussed
- documentation needs to be adjusted as well
- it's a bit corner case but improves flexibility of the configuration
and is useful for debu
Hello,
I am seeing this funny command being executed on one of the build machines:
bash -c guix archive --export
/gnu/store/06g54r7am7ka96d7jydgmayfyqgx1s1l-cfe-3.5.2.src.tar.xz | xz -c
Would it be difficult to prevent re-compressing of already compressed
source when offloading? Especially si
Roel Janssen writes:
> Dear Guix,
>
> With the following patch I would like to update R to 3.3.1. I tested
> with R packages I regularly use and everything seems to work just fine.
>
> Is it OK to upgrade?
In principle: yes.
I’ll see if I can make updates to all R packages later, once your
R
1 - 100 of 102 matches
Mail list logo