guix-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ printing: 274 ]

Total 274 documents matching your query.

241. [PATCH] Add Gajim. (score: 2)
Author: HIDDEN
Date: Wed, 23 Sep 2015 21:55:38 +0200
Hi Guix, this patch series adds the XMPP client Gajim. PGP support only works with the “classic” GnuPG (version 1.4). I had to disable a few tests in pyOpenSSL and python-gnupg. The vast majority
/archive/html/guix-devel/2015-09/msg00694.html (31,061 bytes)

242. [PATCH 1/3] gnu: Add python-pip. (score: 2)
Author: HIDDEN
Date: Tue, 22 Sep 2015 00:31:13 +0200
* gnu/packages/python.scm (python-pip, python2-pip): New variables. -- gnu/packages/python.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.
/archive/html/guix-devel/2015-09/msg00640.html (6,847 bytes)

243. Re: modprobe on guix (score: 2)
Author: HIDDEN
Date: Sun, 20 Sep 2015 20:55:42 +0200
I've investigated a bit and have some light to shed on this issue. First, I've tested printing the value of LINUX_MODULE_DIRECTORY as suggested previously in this thread, and found it not to be a goo
/archive/html/guix-devel/2015-09/msg00619.html (6,110 bytes)

244. [PATCH 1/5] gnu: Add python-prettytable (score: 2)
Author: HIDDEN
Date: Thu, 17 Sep 2015 16:23:45 +0200
* gnu/packages/python.scm (python-prettytable, python2-prettytable): New variables. -- gnu/packages/python.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/pack
/archive/html/guix-devel/2015-09/msg00518.html (7,449 bytes)

245. [PATCH 05/13] gnu: Add ghc-dlist. (score: 2)
Author: HIDDEN
Date: Tue, 18 Aug 2015 22:40:07 +0200
* 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/ha
/archive/html/guix-devel/2015-08/msg00348.html (8,415 bytes)

246. [PATCH 06/13] gnu: Add ghc-extensible-exceptions. (score: 2)
Author: HIDDEN
Date: Tue, 18 Aug 2015 22:40:08 +0200
* 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/
/archive/html/guix-devel/2015-08/msg00354.html (7,846 bytes)

247. Re: CUPS package woes (score: 2)
Author: HIDDEN
Date: Tue, 26 May 2015 22:46:30 +0200
The paths cupsd uses can be configured with etc/cups/cupsd.conf and etc/cups/cups-files.conf. I see that the socket listen path in the first file is incorrect; the log file paths in the latter are al
/archive/html/guix-devel/2015-05/msg00524.html (5,283 bytes)

248. Re: permission denied: /gnu/store/...guile... (score: 2)
Author: HIDDEN
Date: Fri, 22 May 2015 16:33:17 +0800
I ran it in a guile REPL (as root) and I got the first two outputs, but an error on (execl ...). It's an unhelpful message: ERROR: In procedure execl: ERROR: In procedure execl: Permission denied The
/archive/html/guix-devel/2015-05/msg00416.html (7,887 bytes)

249. Re: Add guile-minikanren (score: 2)
Author: HIDDEN
Date: Sat, 25 Apr 2015 16:30:00 -0500
Okay, I believe I've taken all feedback into account. Everything seems to work right now, and it even compiles the files to .go files. I think that's everything (but let me know if not!) - Chris * gn
/archive/html/guix-devel/2015-04/msg00477.html (11,554 bytes)

250. Add guile-minikanren (score: 2)
Author: HIDDEN
Date: Wed, 22 Apr 2015 10:15:27 -0500
Here's a patch to add minikanren via ijp's port to r6rs packaging to Guix. It's my first Guix patch... I hope I did okay! I named it guile-minikanren which isn't really accurate. I'm not sure how els
/archive/html/guix-devel/2015-04/msg00426.html (9,514 bytes)

251. Re: GuixSD tee-shirts and hoodies available (score: 2)
Author: HIDDEN
Date: Thu, 09 Apr 2015 13:08:45 -0500
I just created a GuixSD tee-shirt and hoodie in teespring: http://teespring.com/guixsd-for-the-libre-geek . For those who can afford it, I hope you enjoy it :) Awesome! I bought a t-shirt. I'm curiou
/archive/html/guix-devel/2015-04/msg00198.html (7,402 bytes)

252. [PATCH] gnu: gdk-pixbuf: Propagate glib and libpng. (score: 2)
Author: HIDDEN
Date: Wed, 10 Dec 2014 20:29:58 +0800
* gnu/packages/gtk.scm (gdk-pixbuf): Move glib and libpng to 'propagated-inputs'. -- gnu/packages/gtk.scm | 7 ++++-- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gtk.scm
/archive/html/guix-devel/2014-12/msg00203.html (4,962 bytes)

253. [PATCH 13/13] gnu: Add gourmet. (score: 2)
Author: HIDDEN
Date: Thu, 20 Nov 2014 23:41:08 -0600
* gnu/packages/nutrition.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. -- gnu-system.am | 1 + gnu/packages/nutrition.scm | 68 ++++++++++++++++++++++++++++++++++++++++++++ 2 files chang
/archive/html/guix-devel/2014-11/msg00447.html (10,647 bytes)

254. [PATCH 05/13] gnu: Export ghostscript module symbols up-front. (score: 2)
Author: HIDDEN
Date: Thu, 20 Nov 2014 23:41:00 -0600
* gnu/packages/ghostscript.scm [module]: Export symbols up-front. -- gnu/packages/ghostscript.scm | 23 ++++++++++++++++-- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gh
/archive/html/guix-devel/2014-11/msg00439.html (9,960 bytes)

255. Re: Unable to add large (1.74 GB) file to store on i686 (score: 2)
Author: HIDDEN
Date: Wed, 03 Sep 2014 09:47:53 +0200
address@hidden skribis: The ‘sendfile’ call is made by ‘add-to-store’ (in ‘write-file’), so that would mean that the daemon process terminated or closed the connection unexpectedly. Howev
/archive/html/guix-devel/2014-09/msg00033.html (6,543 bytes)

256. Unable to add large (1.74 GB) file to store on i686 (score: 2)
Author: HIDDEN
Date: Thu, 28 Aug 2014 01:55:56 -0400
I'm currently staying at a place with a slow net connection, where it takes several hours to download texlive-20140525-texmf.tar.xz (1.74 GB). Several times in a row, the download has failed with: bu
/archive/html/guix-devel/2014-08/msg00159.html (5,321 bytes)

257. Re: [PATCH] scripts: add guix lint (score: 2)
Author: HIDDEN
Date: Tue, 26 Aug 2014 00:44:18 +0200
Cyril Roelandt <address@hidden> skribis: Cool! What about just making it like this: [...] @xref{Packaging Guidelines}, for more information on how to test package definitions, and @ref{Invoking guix
/archive/html/guix-devel/2014-08/msg00136.html (7,881 bytes)

258. Re: GCC language front-ends (score: 2)
Author: HIDDEN
Date: Thu, 05 Jun 2014 15:00:57 +0200
Andreas Enge <address@hidden> skribis: [...] Eventually yes, but for now I think it may still be useful to have 4.7 around (for instance, as a developer it’s sometimes useful to test with older com
/archive/html/guix-devel/2014-06/msg00019.html (6,656 bytes)

259. Re: GCC language front-ends (score: 2)
Author: HIDDEN
Date: Wed, 4 Jun 2014 23:46:53 +0200
Okay. Sorry, here I meant the version numbers 4.7.3, 4.8.2 and 4.9.0. Maybe we could drop 4.7.0? So this is the one that is used for compiling all our packages? Could we then not drop the gcc-4.8.2 f
/archive/html/guix-devel/2014-06/msg00016.html (5,818 bytes)

260. GCC language front-ends (score: 2)
Author: HIDDEN
Date: Wed, 04 Jun 2014 23:34:33 +0200
Andreas Enge <address@hidden> skribis: Ahah. :-) That would be too big. Plus, when you say “all”, do you really mean Ada and Java for instance? These make things definitely bigger. The default pa
/archive/html/guix-devel/2014-06/msg00014.html (6,688 bytes)


This search system is powered by Namazu