[PATCH 0/2] Add tilda

2015-11-10 Thread Efraim Flashner
Tilda is a dropdown terminal that is fairly low on resources. I started this one a while ago but didn't realize that it needed an earlier version of vte, but I've finally figured that out today. I don't think I've gotten the commit message correct for vte. Efraim Flashner (2): gnu: vte: Provide

[PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-10 Thread Efraim Flashner
* gnu/packages/gnome.scm (vte): Add version 0.36.5. --- gnu/packages/gnome.scm | 18 ++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 387f9ef..b48ce57 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11,6 +1

[PATCH 2/2] gnu: Add tilda.

2015-11-10 Thread Efraim Flashner
* gnu/packages/terminals.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/terminals.scm | 70 ++ 2 files changed, 71 insertions(+) create mode 100644 gnu/packages/terminals.scm diff --git

Re: [PATCH] website: Add support for Haunt.

2015-11-10 Thread Alex Vong
Hi, Thanks for making this! I think miss this announcement last week. However, there is a little problem. When I run "haunt build -c guixsd.scm", I get the following: alexvong1995@debian:~/guix-artwork/website$ haunt build -c guixsd.scm Backtrace: In ice-9/boot-9.scm: 1724: 19 [%start-stack loa

Update mafft to 7.245.

2015-11-10 Thread Ben Woodcroft
Also had to fix the inputs. Hard not to notice these things in the environment container - worked well thanks. >From a540e28db46d7914e66f448ad49850f4365902cb Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Tue, 10 Nov 2015 22:10:39 +1000 Subject: [PATCH] gnu: mafft: Update to 7.245. * gnu/pac

[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 --- a/gnu/packages/gnome.

[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 +++ b/gn

[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 +++ b/gnu/pack

[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 +++ b/

[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 +++ b/gnu/

Re: Update mafft to 7.245.

2015-11-10 Thread Ricardo Wurmus
Ben Woodcroft writes: > Also had to fix the inputs. In this case, please also mention these input changes in the commit message. > (delete 'configure > -(inputs > - `(("perl" ,perl))) > +(propagated-inputs > + `(("perl" ,perl) > + ("gawk" ,gawk) > + ("

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: Update mafft to 7.245.

2015-11-10 Thread Efraim Flashner
On Tue, 10 Nov 2015 22:18:10 +1000 Ben Woodcroft wrote: > Also had to fix the inputs. Hard not to notice these things in the > environment container - worked well thanks. Do they need to be propagated inputs? Did you try them as native-inputs? Often that's enough to take care of it. Also, inst

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

2015-11-10 Thread Thompson, David
On Tue, Nov 10, 2015 at 8:10 AM, 宋文武 wrote: > 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 :-) Wow!!!

[PATCH] gnu: Add inklingreader

2015-11-10 Thread Roel Janssen
>From 7cd292fdb46637858e4eaedd3570b607b5087720 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 10 Nov 2015 15:01:33 +0100 Subject: [PATCH] gnu: Add inklingreader * gnu-system.am: Add the package to GNU_SYSTEM_MODULES. * gnu/packages/inklingreader.scm: The package description. --- gnu-syst

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Ricardo Wurmus
Hi Roel, thanks for the patch! I wonder if the inklingreader could be added to an existing module. Maybe ‘graphics.scm’? > From 7cd292fdb46637858e4eaedd3570b607b5087720 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 10 Nov 2015 15:01:33 +0100 > Subject: [PATCH] gnu: Add inklingreade

Re: [PATCH] website: Add support for Haunt.

2015-11-10 Thread Mathieu Lirzin
Hi, Alex Vong writes: > However, there is a little problem. When I run "haunt build -c guixsd.scm", > [...] > In unknown file: >?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (www)) #f] > > ERROR: In procedure scm-error: > ERROR: no code for module (www) [...] > This are my inst

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

2015-11-10 Thread Alex Kost
宋文武 (2015-11-10 15:51 +0300) wrote: [...] > +(define-public evolution-data-server > + (package > +(name "evolution-data-server") > +(version "3.18.2") > +(source (origin > + (method url-fetch) > + (uri (string-append "mirror://gnome/sources/" name "/" > +

[PATCH] Towards r-devtools.

2015-11-10 Thread Ricardo Wurmus
Hi Guix, attached is a first batch of dependent packages for r-devtools. The second batch still needs cleaning up; in particular that’s because r-git2r bundles the sources of libgit2, which I think should really have its own package. This set of patches is quite harmless. Some notes: * I did n

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Mathieu Lirzin
Hi Roel, Roel Janssen writes: >>From 7cd292fdb46637858e4eaedd3570b607b5087720 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 10 Nov 2015 15:01:33 +0100 > Subject: [PATCH] gnu: Add inklingreader > > * gnu-system.am: Add the package to GNU_SYSTEM_MODULES. > * gnu/packages/inklingreade

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Mathieu Lirzin
Hi, Ricardo Wurmus writes: >> +(home-page "http://savannah.gnu.org/projects/inklingreader/";) >> +(synopsis "Wacom Inkling sketch format conversion and manipulation") >> +(description >> + "GNU InklingReader is a free software package to support the Wacom >> Inkling >> +device,

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

2015-11-10 Thread Daniel Pimentel
I wait for it :) Thanks! -- Daniel Pimentel (d4n1 3:)

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Roel Janssen
>>> +(home-page "http://savannah.gnu.org/projects/inklingreader/";) >>> +(synopsis "Wacom Inkling sketch format conversion and manipulation") >>> +(description >>> + "GNU InklingReader is a free software package to support the Wacom >>> Inkling >>> +device, including data conversio

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Roel Janssen
Hello Ricardo, Thanks for your response. > I wonder if the inklingreader could be added to an existing module. > Maybe ‘graphics.scm’? Well, InklingReader is a program with a GUI. Looking at 'graphics.scm' seems to contain only libraries. The same seems to be true for 'image.scm'. I'm fine with

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Roel Janssen
>From 1cda4dd832a4c654cca7eff150217305ba60573e Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 10 Nov 2015 19:38:42 +0100 Subject: [PATCH] gnu: Add inklingreader. * gnu/packages/inklingreader.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am |

Re: [PATCH] gnu: Add inklingreader

2015-11-10 Thread Mathieu Lirzin
Roel Janssen writes: +(home-page "http://savannah.gnu.org/projects/inklingreader/";) +(synopsis "Wacom Inkling sketch format conversion and manipulation") +(description + "GNU InklingReader is a free software package to support the Wacom Inkling +dev

Re: Update mafft to 7.245.

2015-11-10 Thread Ben Woodcroft
Two reviews in record time, nice. On 10/11/15 23:12, Efraim Flashner wrote: On Tue, 10 Nov 2015 22:18:10 +1000 Ben Woodcroft wrote: Also had to fix the inputs. Hard not to notice these things in the environment container - worked well thanks. Do they need to be propagated inputs? Did you try

Re: [PATCH 07/21] gnu: Add ghc-patience.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-patience): New variable. LGTM

Re: [PATCH 06/21] gnu: Add ghc-newtype.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-newtype): New variable. LGTM

Re: [PATCH 03/21] gnu: Add ghc-monads-tf.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-monads-tf): New variable. OK

Re: [PATCH 01/21] gnu: ghc-regex-posix: Propagate inputs.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-regex-posix): Move ghc-regex-base to > propagated inputs. [...] > * gnu/packages/haskell.scm (ghc-regex-compat): Move ghc-regex-base and > ghc-regex-posix to propagated inputs. In general we justify propagation in a comment. How

Re: [PATCH 05/21] gnu: Add ghc-tasty-th.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-tasty-th): New variable. [...] > +(propagated-inputs > + `(("ghc-language-haskell-extract" ,ghc-language-haskell-extract))) > +(inputs > + `(("ghc-tasty" ,ghc-tasty))) Not propagated? Could you explain why in a comme

Re: [PATCH 10/21] gnu: Add ghc-lifted-async.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-lifted-async): New variable. [...] > +(inputs > + `(("ghc-async" ,ghc-async) > + ("ghc-lifted-base" ,ghc-lifted-base) > + ("ghc-transformers-base" ,ghc-transformers-base) > + ("ghc-monad-control" ,ghc-monad-c

Re: [PATCH 04/21] gnu: Add ghc-language-haskell-extract.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-language-haskell-extract): New variable. LGTM

Re: [PATCH 09/21] gnu: Add ghc-language-c.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-language-c): New variable. LGTM

Re: [PATCH 08/21] gnu: Add ghc-constraints.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-constraints): New variable. LGTM

Re: [PATCH 11/21] gnu: Add ghc-options.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-options): New variable. LGTM

Re: [PATCH 19/21] gnu: Add ghc-alsa-core.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-alsa-core): New variable. LGTM. Please make sure that the package closes over the absolute libalsa file name. Ludo’.

Re: [PATCH 12/21] gnu: Add ghc-chell.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-chell): New variable. LGTM

Re: [PATCH 17/21] gnu: Add ghc-shelly.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-shelly): New variable. [...] > +(inputs > + `(("ghc-mtl" ,ghc-mtl) > + ("ghc-unix-compat" ,ghc-unix-compat) Why not propagated again? :-) Ludo’.

Re: [PATCH 14/21] gnu: Add ghc-system-filepath.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-system-filepath): New variable. [...] > +(inputs > + `(("ghc-text" ,ghc-text) > + ("ghc-chell" ,ghc-chell) > + ("ghc-chell-quickcheck" ,ghc-chell-quickcheck) > + ("ghc-quickcheck" ,ghc-quickcheck))) Please a

Re: [PATCH 20/21] gnu: Add ghc-alsa-mixer.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-alsa-mixer): New variable. [...] > +(inputs > + `(("ghc-alsa-core" ,ghc-alsa-core))) Propagated? Thanks for all the work! Ludo'.

Re: [PATCH 13/21] gnu: Add ghc-chell-quickcheck.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-chell-quickcheck): New variable. [...] > +(inputs > + `(("ghc-chell" ,ghc-chell) > + ("ghc-quickcheck" ,ghc-quickcheck) > + ("ghc-random" ,ghc-random))) Propagation? OK with a comment.

Re: [PATCH 16/21] gnu: Add ghc-enclosed-exceptions.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable. LGTM

Re: [PATCH 15/21] gnu: Add ghc-system-fileio.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (ghc-system-fileio): New variable. [...] > +(inputs > + `(("ghc-system-filepath" ,ghc-system-filepath) > + ("ghc-text" ,ghc-text) > + ("ghc-chell" ,ghc-chell) > + ("ghc-temporary" ,ghc-temporary))) Propagated?

Re: [PATCH 21/21] gnu: Add xmobar.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/wm.scm (xmobar): New variable. LGTM

Re: [PATCH] build: pull: Compile .scm files in one process.

2015-11-10 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > compiling > '/gnu/store/dbkpm8rqjz096w0bchmnlj8gw15q2riy-guix-latest/guix/scripts/environment.scm'... > Backtrace: > In ice-9/boot-9.scm: > 2401: 19 [save-module-excursion # ice-9/boot-9.scm:3066:17 ()>] > 3085: 18 [#] > In unkno

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

2015-11-10 Thread Ludovic Courtès
Efraim Flashner skribis: > On Thu, 05 Nov 2015 22:28:42 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Efraim Flashner skribis: >> >> > * gnu/packages/qt.scm (qtkeychain): New variable. >> >> [...] >> >> > + (modify-phases >> > + %standard-phases >> >> ‘%standard-phases

Re: [PATCH 2/2] gnu: Add owncloud-client.

2015-11-10 Thread Ludovic Courtès
Efraim Flashner skribis: > From 56d9cb2f5132838cbaefb9a5488fb2cdd9b126e2 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Mon, 2 Nov 2015 19:31:31 +0200 > Subject: [PATCH 2/2] gnu: Add owncloud-client. > > * gnu/packages/owncloud.scm (owncloud-client): New variable. > * gnu-system.am [GN

Re: [PATCH 18/21] gnu: Add c2hs.

2015-11-10 Thread Ludovic Courtès
Paul van der Walt skribis: > * gnu/packages/haskell.scm (c2hs): New variable. [...] > +(inputs > + `(("ghc-language-c" ,ghc-language-c) > + ("ghc-dlist" ,ghc-dlist) > + ("ghc-shelly" ,ghc-shelly) > + ("ghc-text" ,ghc-text))) Should be propagated?

Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library

2015-11-10 Thread Leo Famulari
Forgot to send this one to the list... To: Ludovic Courtès Subject: Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library Date: Mon, 09 Nov 2015 18:46:39 -0500 > This is not optimal though because: > > 1. We’re still providing liblua.a, but that archives actually contains > PIC code.

Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-10 Thread Leo Famulari
Forgot to send this to the list... On Sun, Nov 8, 2015, at 16:08, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that > > Lua is built with platform-specific instructions for shared library > > loading (dlopen). > > Pl

Re: [PATCH] Add microscheme.

2015-11-10 Thread Ricardo Wurmus
Ludovic Courtès writes: >> From 1900f3015162cc777ee79883a0cae2a21216d99c Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Fri, 6 Nov 2015 22:37:40 +0100 >> Subject: [PATCH 2/2] gnu: Add microscheme. >> >> * gnu/packages/avr.scm (microscheme): New variable. > > [...] > >> +(home-pag

Re: [PATCH] website: Add support for Haunt.

2015-11-10 Thread Alex Vong
Hi, On 11/11/2015, Mathieu Lirzin wrote: > Hi, > > Alex Vong writes: > >> However, there is a little problem. When I run "haunt build -c >> guixsd.scm", >> > [...] >> In unknown file: >>?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (www)) #f] >> >> ERROR: In procedure scm-error