* gnu/packages/msmtp.scm: New file.
---
gnu/packages/msmtp.scm | 46 ++
1 file changed, 46 insertions(+)
create mode 100644 gnu/packages/msmtp.scm
diff --git a/gnu/packages/msmtp.scm b/gnu/packages/msmtp.scm
new file mode 100644
index 000..0cf01d4
Thanks for kind review. Indentation issues weren't visible in emacs so I guess I
need to tune the configuration a bit. Now it looks in patch correctly.
changes since last attempt:
- instead of new module add into (gnu packages mail)
- fix overall indentation
- improve synopsis
- reduce description
* gnu/packages/mail.scm (msmtp): New variable.
---
gnu/packages/mail.scm | 35 +++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 752cb51..6051dab 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -
* gnu/packages/dwm.scm (slock): New variable.
---
gnu/packages/dwm.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/dwm.scm b/gnu/packages/dwm.scm
index 88758f2..2db2010 100644
--- a/gnu/packages/dwm.scm
+++ b/gnu/packages/dwm.scm
@@ -112,3 +112,31
* gnu/packages/dwm.scm (slock): New variable.
---
gnu/packages/dwm.scm | 27 +++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/dwm.scm b/gnu/packages/dwm.scm
index 88758f2..1a02aa3 100644
--- a/gnu/packages/dwm.scm
+++ b/gnu/packages/dwm.scm
@@ -112,3 +112,30
-development.scm
b/gnu/packages/game-development.scm
new file mode 100644
index 000..d2b
--- /dev/null
+++ b/gnu/packages/game-development.scm
@@ -0,0 +1,44 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2014 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU
-development.scm
b/gnu/packages/game-development.scm
new file mode 100644
index 000..d66cd61
--- /dev/null
+++ b/gnu/packages/game-development.scm
@@ -0,0 +1,42 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2014 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU
-development.scm
b/gnu/packages/game-development.scm
new file mode 100644
index 000..72e73dd
--- /dev/null
+++ b/gnu/packages/game-development.scm
@@ -0,0 +1,43 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2014 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU
OK, even though I disagree with version to be used, I adjusted it according
Mark's comment.
In the meantime I also added patch for building with -fPIC parameter which is
required for EFL.
Thanks in advance for your review.
Best regards,
Tomas Cech
..96a87e1
--- /dev/null
+++ b/gnu/packages/game-development.scm
@@ -0,0 +1,44 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2014 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under
-development.scm
b/gnu/packages/game-development.scm
new file mode 100644
index 000..460a351
--- /dev/null
+++ b/gnu/packages/game-development.scm
@@ -0,0 +1,47 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2014 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU
* gnu/packages/tmux.scm (tmux): Update to 1.9a
---
gnu/packages/tmux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 636b56e..9cb35bb 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -28,7 +28,7 @@
(d
* gnu/packages/lua.scm (luajit): Add -fPIC into CFLAGS and pass it to make.
---
gnu/packages/lua.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index eda69f9..0b6c4e4 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
* gnu/packages/lua.scm (luajit)[arguments]: Add "LDCONFIG=true" to make
command line
Install phase of luajit contains:
ldconfig /gnu/store/…-luajit-2.0.3/lib && \
ln -sf libluajit-5.1.so.2.0.3 /gnu/store/…-luajit-2.0.3/lib/libluajit-5.1.so &&
\
ln -sf libluajit-5.1.so.2.0.3 /gnu/store/…-luajit
* gnu/packages/lua.scm (luajit): don't require ldconfig - add "LDCONFIG=true"
to make command line, add luajit-2.0.3-symlink.patch so both symlinks are
created
* gnu/packages/patches/luajit-2.0.3-symlink.patch: New file
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
Install phase of lua
Sorry for late response.
On Tue, Feb 03, 2015 at 09:57:04PM +0100, Ludovic Courtès wrote:
sleep_wal...@suse.cz skribis:
Package: guix
Version: 0.8.1
When I invoke `guix gc -d /path', success of the command depends whether /path
ends with slash or not:
$ guix gc -d /gnu/store/mgqk0kv5jckrd7l
* gnu/packages/efl.scm (emotion-generic-players): New variable.
---
gnu/packages/efl.scm | 22 ++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/efl.scm b/gnu/packages/efl.scm
index 3d5ed74..d69cb5c 100644
--- a/gnu/packages/efl.scm
+++ b/gnu/packages/efl.scm
@@ -4
* gnu/packages/efl (elementary): New variable.
---
gnu/packages/efl.scm | 20
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/efl.scm b/gnu/packages/efl.scm
index 5d15832..687137e 100644
--- a/gnu/packages/efl.scm
+++ b/gnu/packages/efl.scm
@@ -113,3 +113,23 @@
On Thu, Feb 26, 2015 at 08:47:20PM +0800, 宋文武 wrote:
Tomáš Čech writes:
Hello,
thanks for review.
On Thu, Feb 26, 2015 at 11:23:27AM +0100, Andreas Enge wrote:
Hello,
just a quick comment on the descriptions. It would be good to write full
sentences, for instance:
On Thu, Feb 26, 2015 at
\
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
new file mode 100644
index 000..6ea0dd5
--- /dev/null
+++ b/gnu/packages/enlightenment.scm
@@ -0,0 +1,140 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2015 Tomáš Čech
+;;;
+;;; This
* gnu/packages/enlightenment.scm (emotion-generic-players): New variable.
---
gnu/packages/enlightenment.scm | 27 +++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 9e471bd..ebfd0d7 100644
--- a/gnu/pack
* gnu/packages/enlightenment.scm (terminology): New variable.
---
gnu/packages/enlightenment.scm | 35 +++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index ebfd0d7..73dd369 100644
--- a/gnu/packages
* gnu/packages/enlightenment.scm (evas-generic-loaders): New variable.
---
gnu/packages/enlightenment.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 0d7aa79..9e471bd 100644
--- a/gnu/pa
Hi,
thank you for your kind review and your comments.
Changes since previous round:
- efl.scm renamed to enlightenment.scm
- descriptions are descriptive and consist of sentences with
punctuation
- too long lines were shortened
- lonely parens made friends on previous line
- removed unnecessar
* gnu/packages/enlightenment.scm (elementary): New variable.
---
gnu/packages/enlightenment.scm | 25 +
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 6ea0dd5..0d7aa79 100644
--- a/gnu/packages/enlightenm
* gnu/packages/patches/grub-freetype.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the patch.
* gnu/packages/grub.scm (grub): Apply new patch.
---
gnu-system.am| 1 +
gnu/packages/grub.scm| 3 ++-
gnu/packages/patches/grub-freetype.patch
* gnu/packages/patches/valgrind-glibc_version.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the patch.
* gnu/packages/valgrind.scm (valgrind): Apply the patch.
---
gnu-system.am | 1 +
gnu/packages/patches/valgrind-glibc_version.patch | 26 +++
* gnu/packages/enlightenment.scm (enlightenment): New variable.
---
gnu/packages/enlightenment.scm | 36
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 499ea24..c0131f2 100644
--- a/gnu/packa
On Fri, Dec 05, 2014 at 09:35:42AM +0100, Tomas Cech wrote:
At Fri, 05 Dec 2014 00:04:23 +0100,
Ludovic Courtès wrote:
Tomas Cech skribis:
> I tried to install Guix as alternative OS to my Gentoo and openSUSE
> installations to give a try. I tried unsupported scenario -
> installation on LVM
* gnu/packages/mail.scm (isync): New variable.
---
gnu/packages/mail.scm | 25 +
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4aa74fe..18836c1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -29,6 +29,7
On Wed, Mar 11, 2015 at 01:41:58AM +0300, Axel wrote:
Name 'operating-system-packages' declared twice in export list in the
gnu/system.scm. I think it is a typo. Isn't it?
Yes, it seems so. Good catch :)
* gnu/packages/version-control.scm (tig): New variable.
---
gnu/packages/version-control.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7434ed9..cb26280 100644
--- a/gnu/packages/version-
/packages/task.scm
new file mode 100644
index 000..7fa1628
--- /dev/null
+++ b/gnu/packages/task.scm
@@ -0,0 +1,64 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2015 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can
* gnu/packages/version-control.scm (tig): New variable.
---
gnu/packages/version-control.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7434ed9..081d84d 100644
--- a/gnu/packages/version-
* gnu/packages/vpn.scm (openconnect): Update to 7.05, replace openssl with
gnutls.
---
gnu/packages/vpn.scm | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 9ff8b638..5883f99 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/p
It seems that openssl version is from openconnect POV broken and as they
recommended to switch to gnutls I did the change.
Is anyone against this change?
S_W
/packages/task.scm
new file mode 100644
index 000..d643146
--- /dev/null
+++ b/gnu/packages/task.scm
@@ -0,0 +1,68 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2015 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can
I prepared taskwarrior package in new file gnu/packages/task.scm since I
couldn't find better place. But I'm taking advices.
Thanks in advance for review
S_W
On Fri, Mar 13, 2015 at 01:57:01AM +0100, Tomáš Čech wrote:
* gnu/packages/task.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add new file here.
---
gnu-system.am | 1 +
gnu/packages/task.scm | 68 +++
2 files changed, 69 insertions
Package bind-utils is working correctly and I can't see any problem but it
makes `guix lint' cry:
$ guix lint bind-utils
;;; Failed to autoload make-session in (gnutls):..tive]...
;;; ERROR: missing interface for module (gnutls)
Backtrace:
In ice-9/boot-9.scm:
157: 12 [catch #t # ...]
In unknown
* gnu/packages/dnsmasq.scm --> gnu/packages/dns.scm
* gnu/packages/dns.scm: Change module name
* gnu-system.am (GNU_SYSTEM_MODULES): Rename dnsmasq module to dns.
---
gnu-system.am| 2 +-
gnu/packages/dns.scm | 56
gnu/packages/dnsm
* gnu/packages/dns.scm (bind-utils): New variable.
---
gnu/packages/dns.scm | 61 ++--
1 file changed, 59 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 86f5945..7420247 100644
--- a/gnu/packages/dns.scm
On Fri, Mar 13, 2015 at 07:49:34AM -0400, David Thompson wrote:
Tomáš Čech writes:
Package bind-utils is working correctly and I can't see any problem but it
makes `guix lint' cry:
$ guix lint bind-utils
;;; Failed to autoload make-session in (gnutls):..tive]...
;;; ERROR: missing
On Fri, Mar 13, 2015 at 11:35:22AM +0100, Andreas Enge wrote:
On Fri, Mar 13, 2015 at 12:55:34AM +0100, Tomáš Čech wrote:
It seems that openssl version is from openconnect POV broken and as they
recommended to switch to gnutls I did the change.
Is anyone against this change?
I have just tried
Thank you for your review.
On Fri, Mar 13, 2015 at 02:16:00PM -0500, Eric Bavier wrote:
On 2015-03-12 19:57, Tomáš Čech wrote:
* gnu/packages/task.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add new file here.
---
gnu-system.am | 1 +
gnu/packages/task.scm | 68
Hello Guix,
I'd like to share some thoughts about packaging to find I'm doing it
wrong or show that there is room for improvements. I don't think that
the proposed improvements are hard to implement (from algorithmic POV)
and I'm aware that all the things can be solved on my side, but that
is not
When network issue occurs during `guix environment ' call,
the error message is too cryptic:
$ guix environment gnash
;;; note: source file /Devel/git/guix/gnu/packages/dictionaries.scm
;;; newer than compiled /Devel/git/guix/gnu/packages/dictionaries.go
;;; note: source file /Devel/git/gu
* gnu/packages/graphics.scm (agg): New variable.
---
gnu/packages/graphics.scm | 55 ++-
1 file changed, 54 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 1ee4d7e..27513fd 100644
--- a/gnu/packages/
* gnu/packages/dictionaries.scm (sdcv): New variable.
---
gnu/packages/dictionaries.scm | 47 ++-
1 file changed, 42 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 345d0a2..b18e02a 100644
--- a
On Mon, Mar 16, 2015 at 10:54:52AM +0100, Andreas Enge wrote:
Hello,
just a tiny comment: Please use
gnu: Add sdcv.
gnu: Add agg.
as first lines of your commits; I find this convention quite useful when
grepping through the output of "git log".
Will doo. Changed.
S_W
Thanks for review,
it seems that I'm getting too chaotic as I work on many packages
simultaneously. Sorry about that.
On Tue, Mar 17, 2015 at 10:10:56AM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
* gnu/packages/graphics.scm (agg): New variable.
Please adjust the commit’s su
* gnu/packages/patchutils.scm (colordiff): New variable.
---
gnu/packages/patchutils.scm | 33 -
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 48f4d29..5fe4a17 100644
--- a/gnu/packages/
From: Tomáš Čech
* gnu/packages/gnash.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add the file.
---
gnu-system.am | 1 +
gnu/packages/gnash.scm | 129 +
2 files changed, 130 insertions(+)
create mode 100644 gnu/packages
On Wed, Mar 18, 2015 at 09:39:49AM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
* gnu/packages/dictionaries.scm (sdcv): New variable.
You pushed it already but I have some comments anyway:
Oh, I took that there are no objections already. Sorry about that.
+(define-public sdcv
On Wed, Mar 18, 2015 at 02:09:49PM +0100, Ludovic Courtès wrote:
Tomas Cech skribis:
commit 87bafa07ae68084819bb2648bd1042c354d11317
Author: Tomáš Čech
Date: Wed Mar 18 08:57:50 2015 +0100
gnu: Add agg.
* gnu/packages/graphics.scm (agg): New variable.
* gnu/packages/patches
On Wed, Mar 18, 2015 at 02:28:25PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Wed, Mar 18, 2015 at 09:39:49AM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
* gnu/packages/dictionaries.scm (sdcv): New variable.
You pushed it already but I have some comments anyway:
Oh, I
This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
---
gnu/packages/dictionaries.scm | 47 +--
1 file changed, 5 insertions(+), 42 deletions(-)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index b18e02a..345d0a2 1006
* gnu/packages/patches/agg-am_c_prototype.patch: Add comment.
---
gnu/packages/patches/agg-am_c_prototype.patch | 14 ++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/patches/agg-am_c_prototype.patch
b/gnu/packages/patches/agg-am_c_prototype.patch
index 3a09dc7..b31e86c
* gnu/packages/code.scm (the-silver-searcher): New variable.
---
gnu/packages/code.scm | 53 ++-
1 file changed, 48 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 5446812..b1a7c72 100644
--- a/gnu/pack
On Thu, Mar 19, 2015 at 05:17:10PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
* gnu/packages/gnash.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add the file.
[...]
+(define-module (gnu packages gnash)
Maybe we could call it ‘flash’ since there may be other tools going
* gnu/packages/patches/curl-gss-api-fix.patch: Delete file.
* gnu/packages/patches/curl-enable_capath-conf.patch: New file.
* gnu/packages/patches/curl-enable_capath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add new patches, remove old one.
* gnu/packages/curl.scm (curl): Update to 7.41.0
On Sun, Mar 22, 2015 at 11:20:36AM +0100, Tomáš Čech wrote:
...
(arguments
-`(#:configure-flags '("--with-gnutls" "--with-gssapi")
+`(#:configure-flags
+ '("--with-gnutls" "--with-gssapi" "--enable-http"
+
Hello Guix!
I have question about reproducible builds and generating debugging
information.
As I was tracing curl code, I needed to rebuild the package with
"-ggdb" in CFLAGS and enable debug among outputs.
The later doesn't change the hash (and the generated code), but the
first does. So I'd l
Thanks for review!
On Sun, Mar 22, 2015 at 12:56:43PM -0400, Mark H Weaver wrote:
Tomáš Čech writes:
@@ -60,7 +64,18 @@
("pkg-config" ,pkg-config)
("python" ,python-2)))
(arguments
-`(#:configure-flags '("--with-gnutls" "
On Sun, Mar 22, 2015 at 02:16:00PM -0400, Mark H Weaver wrote:
Tomáš Čech writes:
On Sun, Mar 22, 2015 at 12:56:43PM -0400, Mark H Weaver wrote:
It would be better to avoid passing the --with-ca-path= option. We are
attempting to move away from having any compiled-in system-wide location
On Thu, Mar 19, 2015 at 05:02:05PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Wed, Mar 18, 2015 at 02:28:25PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
[...]
And at <http://sdcv.sourceforge.net/>, sdvc describes itself as the
“console version of [the] StarDict p
On Tue, Mar 24, 2015 at 10:09:50PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
As I was tracing curl code, I needed to rebuild the package with
"-ggdb" in CFLAGS and enable debug among outputs.
The later doesn't change the hash (and the generated code), but the
fir
I haven't seen any further reaction for 12 days so I hope you don't mind that
I resend it again.
From: Tomáš Čech
* gnu/packages/task.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
---
gnu-system.am | 1 +
gnu/packages/task.scm | 67 +++
2 files changed, 68 insertions(+)
create mode 100644 gnu/packages/task.scm
diff
On Thu, Mar 26, 2015 at 12:01:26AM +0100, Cyril Roelandt wrote:
Sorry for the delay in reviewing this.
On 03/25/2015 11:49 PM, Tomáš Čech wrote:
From: Tomáš Čech
* gnu/packages/task.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
---
gnu-system.am | 1 +
gnu/packages
* gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
---
gnu/packages/admin.scm | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 95b0c9f..354a01a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/
On Thu, Mar 26, 2015 at 04:12:32PM +0100, Tomáš Čech wrote:
* gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
---
gnu/packages/admin.scm | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index
On Thu, Mar 26, 2015 at 10:21:35PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Tue, Mar 24, 2015 at 10:09:50PM +0100, Ludovic Courtès wrote:
[...]
Packages that have an autoconf-based build system, and I suppose most
others, are built with -g.
I can't confirm this statemen
On Thu, Mar 26, 2015 at 10:22:36PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
I haven't seen any further reaction for 12 days so I hope you don't mind that
I resend it again.
Reaction to what?
Reaction to the first patch version.
S_W
pgp3fwHYtC80q.pgp
Description: PGP signature
On Thu, Mar 26, 2015 at 06:03:45PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
From: Tomáš Čech
* gnu/packages/task.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
To complement Cyril’s review:
+(define-module (gnu packages task)
‘task-management’, as you proposed
From: Tomáš Čech
* gnu/packages/task-management.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
---
gnu-system.am| 1 +
gnu/packages/task-management.scm | 63
2 files changed, 64 insertions(+)
create mode 100644 gnu
On Fri, Mar 27, 2015 at 10:24:22PM +0100, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Thu, Mar 26, 2015 at 10:21:35PM +0100, Ludovic Courtès wrote:
[...]
On openSUSE you have available all the subpackage providing stripped
debug informations and subpackage providing source code from the
* gnu/packages/patches/curl-gss-api-fix.patch: Delete file.
* gnu/packages/patches/curl-enable_capath-conf.patch: New file.
* gnu/packages/patches/curl-enable_capath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add new patches, remove old one.
* gnu/packages/curl.scm (curl): Update to 7.41.0
On Sat, Mar 28, 2015 at 02:44:42AM +0100, 白い熊@相撲道 wrote:
I have GuixSD installed on the Gluglug X200 and would like to issue
suspend and hibernate commands. Upon inspecting /proc/acpi however it
seems that this is not built in the current kernel that I have booted.
Do I need to add some acpi,
On Sat, Mar 28, 2015 at 02:37:11PM -0400, Mark H Weaver wrote:
l...@gnu.org (Ludovic Courtès) writes:
白い熊@相撲道 skribis:
I have GuixSD installed on the Gluglug X200 and would like to issue
suspend and hibernate commands. Upon inspecting /proc/acpi however it
seems that this is not built in the
Hi Guix,
as project for my Hackweek in SUSE I decided to spend my time on LVM
support in GuixSD - something I miss greatly. This also means that
I'll have much less time for that after this week :(
So far I spent time on reviving my GuixSD installation and preparing
staticly linked binaries for
On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote:
Tomáš Čech skribis:
as project for my Hackweek in SUSE I decided to spend my time on LVM
support in GuixSD - something I miss greatly. This also means that
I'll have much less time for that after this week :(
Well this is
On Thu, Apr 16, 2015 at 02:47:52PM +0200, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote:
[...]
Sorry I’m not really familiar with LVM.
It's implemented using device mapper but instead of mapping one block
device to anothe
On Fri, Mar 27, 2015 at 08:54:08PM +0100, Tomáš Čech wrote:
On Thu, Mar 26, 2015 at 06:03:45PM +0100, Ludovic Courtès wrote:
Could you send an updated patch?
Sent.
I can't find patch version 3 in ML so I'd rather resend it. If I'm
only selectively and temporary blind, plea
-management.scm b/gnu/packages/task-management.scm
new file mode 100644
index 000..278fd7c
--- /dev/null
+++ b/gnu/packages/task-management.scm
@@ -0,0 +1,63 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2015 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix
On Tue, Apr 21, 2015 at 05:52:33PM +0200, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Thu, Apr 16, 2015 at 02:47:52PM +0200, Ludovic Courtès wrote:
Tomáš Čech skribis:
On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote:
[...]
Sorry I’m not really familiar with LVM
-management.scm b/gnu/packages/task-management.scm
new file mode 100644
index 000..e77aecb
--- /dev/null
+++ b/gnu/packages/task-management.scm
@@ -0,0 +1,61 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2015 Tomáš Čech
+;;;
+;;; This file is part of GNU Guix
On Sun, May 03, 2015 at 09:59:53PM +0200, Ludovic Courtès wrote:
Sorry for the delay.
Sorry for all the delays :)
Tomáš Čech skribis:
On Tue, Apr 21, 2015 at 05:52:33PM +0200, Ludovic Courtès wrote:
[...]
So I would declare
(mapped-device
(source "/dev/sda")
On Thu, May 07, 2015 at 06:06:16PM +0200, Ludovic Courtès wrote:
l...@gnu.org (Ludovic Courtès) skribis:
You should be able to get compilation going with the patch below, but
getting the HTTP client to work with 2.0.5 will require more work.
I think for 0.8.2 I will actually bump the requirem
On Sat, May 09, 2015 at 01:21:27AM -0400, Mark H Weaver wrote:
l...@gnu.org (Ludovic Courtès) writes:
I think for 0.8.2 I will actually bump the requirement to Guile 2.0.7 or
2.0.9 (the latter is what Debian 8 has.) People on older systems will
still be able to install Guix using the binary ta
* gnu/packages/freedesktop.scm(wlc): New variable.
* gnu/packages/patches/wlc-implement-wlc_view_get_pid.patch: Add it
* gnu/local.mk: Add entry for patch above.
---
gnu/packages/freedesktop.scm | 41 -
1 file changed, 40 insertions(+), 1 deletion(-)
diff -
* gnu/packages/freedesktop.scm(sway): New variable.
---
gnu/packages/freedesktop.scm | 44
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0bb87e7..fec7cf5 100644
--- a/gnu/packages/freede
On Sun, Aug 28, 2016 at 01:33:10AM +0200, Roel Janssen wrote:
Florian Paul Schmidt writes:
On 08/27/2016 10:51 AM, Roel Janssen wrote:
I don't see a way to apply this patch "on the CentOS side" except for
waiting (another two or three years) until they upgrade Automake.
When packaging guix
On Sun, Aug 28, 2016 at 12:34:44PM +0300, Efraim Flashner wrote:
On Sun, Aug 28, 2016 at 10:11:02AM +0200, Tomáš Čech wrote:
On Sun, Aug 28, 2016 at 01:33:10AM +0200, Roel Janssen wrote:
>
> Florian Paul Schmidt writes:
>
> > On 08/27/2016 10:51 AM, Roel Janssen wrote:
> >
On Mon, Aug 29, 2016 at 05:41:59PM +0200, Ludovic Courtès wrote:
Hello,
Tomáš Čech skribis:
* gnu/packages/documentation.scm(asciidoc): New input docbook-xsl,
replace use of online source and prefer docbook-xsl package.
Rather:
* gnu/packages/documentation (asciidoc)[inputs]: Add PYTHON
I'm not sure if the silence in this thread means that patches are fine
or forgotten so I'm sending new e-mail here.
If there are no objections, I'll commit the patches at the end of the
week.
Best regards,
S_W
signature.asc
Description: Digital signature
On Mon, 03 Oct 2016 16:57:34 +0200,
ng0 wrote:
>
> ng0 writes:
>
> > Can someone explain to the list how the example of the openssh-service
> > is supposed to fit into a default users config based on the regular
> > desktop.scm? So far I think this is a bad example but I have no idea how
> > to
* gnu/services/networking.scm (wpa-supplicant-service): New procedure.
(wpa-supplicant-service-type): New variable.
(wpa-supplicant-shepherd-service): New procedure.
* doc/guix.texi (Networking Services): Document it.
---
doc/guix.texi | 8
gnu/services/networking.scm | 36
* gnu/packages/connman.scm (connman): Use localstatedir outside of store.
---
gnu/packages/connman.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index cd0f6a9..7af20c9 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.
* gnu/services/networking.scm (connman-shepherd-service): Add
wpa-supplicant among list of requirements.
---
gnu/services/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 05ee339..0462f81 100644
---
1 - 100 of 170 matches
Mail list logo