Re: [PATCH] gnu: Add nethack.

2016-12-30 Thread Kei Kebreau
Chris Marusich writes: > Hi Kei, > > I felt the need to play a game, so I was looking into packaging Nethack. > But I then found this email thread and saw that you already tried it! > Inspired by the RPG theme, I decided to perform thread necromancy! :-) > > How did this pan out? It looks like N

Re: [PATCH] gnu: Add nethack.

2016-12-30 Thread Chris Marusich
Hi Kei, I felt the need to play a game, so I was looking into packaging Nethack. But I then found this email thread and saw that you already tried it! Inspired by the RPG theme, I decided to perform thread necromancy! :-) How did this pan out? It looks like Nethack didn't wind up in the Guix git

Re: [PATCH] gnu: Add nethack.

2016-06-08 Thread Kei Kebreau
On Wed, 8 Jun 2016 16:44:36 -0400 Leo Famulari wrote: > On Wed, Jun 08, 2016 at 02:05:32PM -0400, Kei Kebreau wrote: > > I'm not so sure. Is there a way that I can explicitly access the > > home directory of the user that invokes guix? That is, something > > clearer than "~/.nethack"? > > Do w

Re: [PATCH] gnu: Add nethack.

2016-06-08 Thread Leo Famulari
On Wed, Jun 08, 2016 at 02:05:32PM -0400, Kei Kebreau wrote: > I'm not so sure. Is there a way that I can explicitly access the > home directory of the user that invokes guix? That is, something > clearer than "~/.nethack"? Do we have any package definitions that write to '/home/$USER'? I would ra

Re: [PATCH] gnu: Add nethack.

2016-06-08 Thread Kei Kebreau
On Wed, 08 Jun 2016 14:59:35 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Leo Famulari skribis: > > > On Mon, Jun 06, 2016 at 04:25:41PM -0400, Kei Kebreau wrote: > >> l...@gnu.org (Ludovic Courtès) wrote: > >> > > + (add-after 'move-state-files 'wrap-program > >> > > >> > Do we

Re: [PATCH] gnu: Add nethack.

2016-06-08 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Jun 06, 2016 at 04:25:41PM -0400, Kei Kebreau wrote: >> l...@gnu.org (Ludovic Courtès) wrote: >> > > + (add-after 'move-state-files 'wrap-program >> > >> > Do we really need this wrapper? Can’t we instead take it as a patch >> > from Debian or something?

Re: [PATCH] gnu: Add nethack.

2016-06-07 Thread Leo Famulari
On Mon, Jun 06, 2016 at 04:25:41PM -0400, Kei Kebreau wrote: > l...@gnu.org (Ludovic Courtès) wrote: > > > + (add-after 'move-state-files 'wrap-program > > > > Do we really need this wrapper? Can’t we instead take it as a patch > > from Debian or something? I’m not a fan of inline Bash c

Re: [PATCH] gnu: Add nethack.

2016-06-06 Thread Kei Kebreau
On Sat, 04 Jun 2016 23:15:57 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hi! > > Kei Kebreau skribis: > > > From b728e078408f17136e8a4c3344b606e8f152b9e4 Mon Sep 17 00:00:00 > > 2001 From: Kei Kebreau > > Date: Tue, 31 May 2016 17:42:28 -0400 > &g

Re: [PATCH] gnu: Add nethack.

2016-06-04 Thread Ludovic Courtès
Hi! Kei Kebreau skribis: > From b728e078408f17136e8a4c3344b606e8f152b9e4 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Tue, 31 May 2016 17:42:28 -0400 > Subject: [PATCH] gnu: Add nethack. > > * gnu/packages/games.scm (nethack): New variable. You need to mention the ne

[PATCH] gnu: Add nethack.

2016-05-31 Thread Kei Kebreau
00:00:00 2001 From: Kei Kebreau Date: Tue, 31 May 2016 17:42:28 -0400 Subject: [PATCH] gnu: Add nethack. * gnu/packages/games.scm (nethack): New variable. --- gnu/packages/games.scm | 98 ++ ...thack-correct-directories-and-permissions.patch