Re: [PATCH 12/13] gnu: Add xmonad.

2015-09-12 Thread Siniša Biđin
On 2015-09-11 10:38, Eric Bavier wrote: I've pushed a modified commit that generates the .desktop files for xmonad, and adds the package instead to gnu/packages/wm.scm. Great! This Xmonad's mod-q does not work as expected, but that isn't a problem if you like the default configuration ;). An

Re: [PATCH] gnu: lua: Add patch to generate pkg-config file.

2015-08-27 Thread Siniša Biđin
On 2015-08-25 18:51, l...@gnu.org wrote: Looks good, but could you indicate the upstream status of the change in the patch? (If it’s upstream, just put the VCS URL for instance; if the patch was written by you, it’d be good to submit it upstream and paste the mailing list archive URL instead.)

Re: [PATCH] gnu: Add cabal-install.

2015-08-25 Thread Siniša Biđin
On 2015-08-25 23:27, l...@gnu.org wrote: Please add a copyright line for yourself. Added. +(arguments `(#:tests? #f)) Could you add a comment above explaining why tests are disabled? (We generally avoid that unless there’s a good reason, sometimes because running the tests would be unn

Re: [PATCH 12/13] gnu: Add xmonad.

2015-08-24 Thread Siniša Biđin
On 2015-08-23 22:47, Eric Bavier wrote: I had to replace "Exec=/etc/X11/Session/xmonad" with "Exec=xmonad" in this xmonad.desktop file in order to launch an xmonad session from Slim. Does this seem right? Definitely! I didn't test it thoroughly enough: I've been running xmonad via an xsession

[PATCH] gnu: Add conky.

2015-08-21 Thread Siniša Biđin
Hi, This depends on my previous Lua patch, adding its pkg-config file. SinišaFrom 24415951e5458ce176ee3fe860b125e1229c9a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= Date: Fri, 21 Aug 2015 18:20:46 +0200 Subject: [PATCH] gnu: Add conky. * gnu/packages/conky.scm: New fi

[PATCH] gnu: lua: Add patch to generate pkg-config file.

2015-08-20 Thread Siniša Biđin
* gnu/packages/patches/lua-pkgconfig.patch: New file. * gnu/packages/lua.scm (lua)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Register patch. --- gnu-system.am| 1 + gnu/packages/lua.scm | 13 ++-- gnu/packages/patches/lua-pkgconfig.pa

[PATCH 05/13] gnu: Add ghc-dlist.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-dlist): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8c05c47..2da5f7f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskel

[PATCH 10/13] gnu: Add ghc-x11.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-x11): New variable. --- gnu/packages/haskell.scm | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 4b011ff..02ffd2a 100644 --- a/gnu/packages/haskell.scm

[PATCH 12/13] gnu: Add xmonad.

2015-08-18 Thread Siniša Biđin
/packages/xmonad.scm b/gnu/packages/xmonad.scm new file mode 100644 index 000..4d6a099 --- /dev/null +++ b/gnu/packages/xmonad.scm @@ -0,0 +1,78 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Siniša Biđin +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix

[PATCH 08/13] gnu: Add ghc-utf8-string.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-utf8-string): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d7eba80..1e09ab3 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 04/13] gnu: Add ghc-data-default-instances-old-locale.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-data-default-instances-old-locale): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e6bc25e..8c05c47 100644 --- a/gnu/packages/haskell

[PATCH 13/13] gnu: Add ghc-xmonad-contrib.

2015-08-18 Thread Siniša Biđin
* gnu/packages/xmonad.scm (ghc-xmonad-contrib): New variable. --- gnu/packages/xmonad.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/xmonad.scm b/gnu/packages/xmonad.scm index 4d6a099..3a1c572 100644 --- a/gnu/packages/xmonad.scm +++ b/gnu/packag

[PATCH 03/13] gnu: Add ghc-data-default-instances-containers.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-data-default-instances-containers): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9ca8976..e6bc25e 100644 --- a/gnu/packages/haskell

[PATCH 11/13] gnu: Add ghc-x11-xft.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-x11-xft): New variable. --- gnu/packages/haskell.scm | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 02ffd2a..0a9fa4f 100644 --- a/gnu/packages/haskell.sc

[PATCH 00/13] Add xmonad, xmonad-contrib and dependencies.

2015-08-18 Thread Siniša Biđin
Hi, I've attached packages for xmonad and xmonad-contrib, alongside a series of their (direct or not) ghc-* dependencies. Most of the stuff went into haskell.scm, but I've singled out xmonad{,-contrib} into their own module. Any feedback appreciated. Siniša Biđin (13): gnu: Ad

[PATCH 06/13] gnu: Add ghc-extensible-exceptions.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-extensible-exceptions): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2da5f7f..91860f2 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/

[PATCH 02/13] gnu: Add ghc-data-default-instances-base.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-data-default-instances-base): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d0f74ad..9ca8976 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 09/13] gnu: Add ghc-data-default.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-data-default): New variable. --- gnu/packages/haskell.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1e09ab3..4b011ff 100644 --- a/gnu/packages/haskell.scm +++ b/gnu

[PATCH 07/13] gnu: Add ghc-data-default-instances-dlist.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-data-default-instances-dlist): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 91860f2..d7eba80 100644 --- a/gnu/packages/haskell.scm

[PATCH 01/13] gnu: Add ghc-data-default-class.

2015-08-18 Thread Siniša Biđin
* gnu/packages/haskell.scm (ghc-data-default-class): New variable. --- gnu/packages/haskell.scm | 18 ++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b7a889e..d0f74ad 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/package

[PATCH] gnu: Add cabal-install.

2015-08-18 Thread Siniša Biđin
From 0d321519e9bce55956b2989c7814e36a9abe9421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= Date: Tue, 18 Aug 2015 16:19:11 +0200 Subject: [PATCH] gnu: Add cabal-install. * gnu/packages/haskell.scm (cabal-install): New variable. --- gnu/packages/haskell.scm | 32 +++

[PATCH] doc: Add missing gawk dependency to hello recipe.

2015-08-15 Thread Siniša Biđin
Hi, The example GNU Hello package recipe from the docs wasn't actually buildable, due to a missing gawk import. Siniša >From f62533d008e33b4ec644f4f4de1a60e739b2e15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= Date: Sat, 15 Aug 2015 23:57:45 +0200 Subject: [PATCH] doc: Ad