Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread Jeff Mickey
Yes, people will search for this as 'tbb'. Debian packages it as libtbb, arch does intel-tbb. // codemac * ng0 [2016-09-08 16:11]: > I am unclear about the name. What do people expect to find this as? Do I > include Intel as it intel® tbb? I just add this as a dependency Pixar > USD needs.

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Jeff Mickey
* Efraim Flashner [2016-01-14 13:37]: > On Thu, 14 Jan 2016 11:17:59 -0800 > Jeff Mickey wrote: > >> * Efraim Flashner [2016-01-12 08:31]: >> > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm >> > pretty confident that go-1.4 works,

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Jeff Mickey
* Efraim Flashner [2016-01-12 08:31]: > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm > pretty confident that go-1.4 works, and since go-1.5 inherits from go-1.4 > it should be working too. I'm a bit confused - go-1.4 is not a bootstrapped release, and requires a workin

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Jeff Mickey
* Ludovic Courtès [2016-01-14 07:08]: > Efraim Flashner skribis: > >> It seems there's a lot of interest around getting Go packaged in Guix, so I >> figured I should post my work so far to the mailinglist. Currently go-1.4 >> does not have cgo enabled, the go binary keeps on trying to link agains

go package (was docker compose)

2016-01-14 Thread Jeff Mickey
* "Thompson, David" [2016-01-11 10:44]: > I hear someone has a working Go package that hasn't been submitted > yet, so maybe we'll have Docker itself available someday. That will > be interesting. :) I've gotten excited a few times on IRC, but unfortunately every time I run into weird libgcc_s i

Re: [PATCH, WIP] new variable: redshift

2015-11-24 Thread Jeff Mickey
Don't know what others think, but we should probably also package redshift-gtk if we're gonna include redshift. Mine has a bug where icons don't show up so I didn't push it, but see here for what I use locally: https://github.com/codemac/guix-pkgs/blob/master/src/codemac/packages/redshift.scm /

Re: The problem of "guix build emacs --with-source=./emacs"

2015-11-12 Thread Jeff Mickey
Forgot to CC the list... * Ludovic Courtès [2015-11-12 04:49]: > tumashu skribis: > >> When I use the below command to build emacs from emacs.git >> >> guix build emacs --with-source=./emacs (emacs dir is git >> repo) >> >> Build fail, after i remove the .git, build success. >

Re: [PATCH] gnu: Add cscope

2015-09-30 Thread Jeff Mickey
*Haven't packaged [the ...] * Jeff Mickey [2015-09-29 18:13]: > The contrib/ folder in cscope yet, but it only includes outdated > versions of tools that should be found elsewhere (cscope-indexer and > xcscope.el) // codemac

Re: [PATCH] gnu: compression: Add pigz

2015-09-30 Thread Jeff Mickey
:42 PM, Ludovic Courtès wrote: > Jeff Mickey skribis: > > > From 0eadbc2557621939b29bd4cfbb562bc396871ec8 Mon Sep 17 00:00:00 2001 > > From: Jeff Mickey > > Date: Mon, 28 Sep 2015 14:53:28 -0700 > > Subject: [PATCH] gnu: Add pigz > > > > * gnu/packages

[PATCH] gnu: Add cscope

2015-09-30 Thread Jeff Mickey
Needed this recently, sending upstream :) The contrib/ folder in cscope yet, but it only includes outdated versions of tools that should be found elsewhere (cscope-indexer and xcscope.el) // codemac >From 64a74d39d1d58c12806f3991afd5443d8d75bcd5 Mon Sep 17 00:00:00 2001 From: Jeff Mic

[PATCH] gnu: compression: Add pigz

2015-09-29 Thread Jeff Mickey
Hi folks, This patch adds the parallel gzip implementation for guix. // codemac >From 0eadbc2557621939b29bd4cfbb562bc396871ec8 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Mon, 28 Sep 2015 14:53:28 -0700 Subject: [PATCH] gnu: Add pigz * gnu/packages/compression.scm (pigz): New varia

gnu: git: Update to 2.5.0

2015-08-18 Thread Jeff Mickey
Updating git to 2.5.0 for that git-worktree-fu >From 7f4461a900867671b4e8abd5781ba49bec02b916 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Tue, 18 Aug 2015 17:37:34 -0700 Subject: [PATCH] gnu: git: Update to 2.5.0 * gnu/packages/version-control.scm (git): Update to 2.5.0 --- gnu/packa

[PATCH] gnu: tinc: Add tinc vpn

2015-08-17 Thread Jeff Mickey
>From c30ef5476a852df84d30b5e3d39ec7fc27bb55cf Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Mon, 17 Aug 2015 01:16:45 -0700 Subject: [PATCH] gnu: Add tinc. * gnu/packages/vpn.scm (tinc): New variable. --- gnu/packages/vpn.scm | 23 +++ 1 file changed, 23 inserti

Re: [PATCH] gnu: pavucontrol: Update to 3.0

2015-08-17 Thread Jeff Mickey
Updated to remove unused patch file. >From 92a1d757059451b5a468f5dec9b85d8abca2651d Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Mon, 17 Aug 2015 00:42:05 -0700 Subject: [PATCH] gnu: pavucontrol: Update to 3.0 * gnu/packages/pulseaudio.scm (pavucontrol): Update to 3.0. * gnu/packa

[PATCH] gnu: pavucontrol: Update to 3.0

2015-08-17 Thread Jeff Mickey
>From 198a627aaec3020b83da6818b7131ca0659fff41 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Mon, 17 Aug 2015 00:42:05 -0700 Subject: [PATCH] gnu: pavucontrol: Update to 3.0 * gnu/packages/pulseaudio.scm (pavucontrol): Update to 3.0 --- gnu/packages/pulseaudio.scm | 5 ++--- 1 file chan

Packaging vs. Maintaining (was: [PATCH] xscreenshot and imagefile)

2015-07-30 Thread Jeff Mickey
* Mark H Weaver [2015-07-29 19:58]: > Do other people think that such programs belong in Guix? I've only gotten 1 package into guix so far, so take my thoughts with a grain of salt. I liked the Arch model[0] when I was a dev: core, extra, community + AUR.[1] The AUR I would credit with a vast am

Re: [PATCH] gnu: add the rc shell package

2015-07-13 Thread Jeff Mickey
Here's another attempt, removed references to Unix. // codemac >From 9f05fc85c77184403fd2393eb7edb21d68276d72 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Thu, 9 Jul 2015 17:39:42 -0700 Subject: [PATCH] gnu: Add rc. * gnu/packages/rc.scm: New file. * gnu-system.am (GNU_SYSTEM

Re: [PATCH] gnu: add the rc shell package

2015-07-12 Thread Jeff Mickey
Updated patch below. Thank you again for all your help. And does this list prefer 'inline' or 'attachment' patches? // codemac >From 795a244571b9c19da5624556d6b0afec1d1f0ac5 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Thu, 9 Jul 2015 17:39:42 -0700 Subject: [PAT

Re: [PATCH] gnu: add the rc shell package

2015-07-11 Thread Jeff Mickey
* Mark H Weaver [2015-07-11 19:18]: [...] >> +(description >> + "This is a reimplementation for Unix, by Byron Rakitzis, of the Plan 9 > > s/Unix/POSIX/ This builds and runs in plenty of non-POSIX environments, Plan 9 being the obvious one. This reimplementation is actually more a slight

Re: [PATCH] gnu: add the rc shell package

2015-07-11 Thread Jeff Mickey
Thank you so much for the kind and prompt feedback folks! Here is my updated patch, let me know if I've addressed your concerns. // codemac >From 85e9fef8f3eec0b434c909627cd68d5584597aa0 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Thu, 9 Jul 2015 17:39:42 -0700 Subject: [PA

Re: [PATCH] gnu: add the rc shell package

2015-07-10 Thread Jeff Mickey
* Ricardo Wurmus [2015-07-10 06:59]: > Please add a comment to explain why the tests are disabled (no “check” > target or failing tests?). The tests are written in an m4 file which generates a configure script that generates c main()'s that are compiled and run as tests against rc.. there was a /

[PATCH] gnu: add the rc shell package

2015-07-10 Thread Jeff Mickey
Hi guix-devel! I've never contributed a patch to guix, so please let me know if I'm missing any prerequisites for contribution. This adds the rc shell to guix. // jeff mickey >From 5deadfb23d8235101220310d0c47626c1d4c219f Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Thu,