Re: WIP SDL packages

2014-01-26 Thread David Thompson
Ludovic Courtès writes: > FYI commit 22f33e6 goes with option (1). > > Ludo’. Cool, thanks! - Dave

[PATCH] Add MPD

2014-02-23 Thread David Thompson
s not have a package for this yet I've disabled the documentation for now. WDYT? - Dave >From 85c52308959f43ffd24585b4a88ff20005628dc4 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Feb 2014 18:25:17 -0500 Subject: [PATCH] gnu: Add libmpdclient and mpd. * gnu/packages/mpd.

[PATCH] gnu: Add ncmpc

2014-03-05 Thread David Thompson
Hello all, This patch adds a package recipe for ncmpc, a music player daemon client. How does it look? - Dave >From c60b3b94bf3ea0981ec9be453036f1c57aed4f0f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 5 Mar 2014 20:45:55 -0500 Subject: [PATCH] gnu: Add ncmpc. * gnu/packa

Re: [PATCH] gnu: Add ncmpc

2014-03-06 Thread David Thompson
Here's an updated patch that makes pkg-config a native input. >From 05b688c100292d9407486235a2ab8f0ac2b27446 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 5 Mar 2014 20:45:55 -0500 Subject: [PATCH] gnu: Add ncmpc. * gnu/packages/mpd.scm (ncmpc): New variable. --- gnu/

Re: Back from FOSDEM

2014-04-05 Thread David Thompson
Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > > It’s taken some time, but the video is finally on-line: > > > http://video.fosdem.org/2014/H1302_Depage/Sunday/Growing_a_GNU_with_Guix.webm > > It sucks somewhat because in the first 16mn we can’t see the slides. > Oh well.

[PATCH 0/3] Add man-db and libpipeline

2014-04-06 Thread David Thompson
The following patchset adds a package for man-db, a package for its prerequisite libpipeline, and moves the help2man package recipe into the new (gnu packages man) module. - Dave

[PATCH 1/3] gnu: Add libpipeline

2014-04-06 Thread David Thompson
>From 665b1e28b62facbf43dda65cb23bfebef2ac2e42 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 6 Apr 2014 15:36:40 -0400 Subject: [PATCH 1/3] gnu: Add libpipeline. * gnu/packages/man.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am| 1 +

[PATCH 2/3] gnu: Add man-db

2014-04-06 Thread David Thompson
>From e67306f142b9878f3f08688fc837f2faf967a5cb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 6 Apr 2014 20:25:01 -0400 Subject: [PATCH 2/3] gnu: Add man-db. * gnu/packages.man.scm (man-db): New variable. --- gnu/packages/man.scm |

[PATCH 3/3] gnu: Move help2man package to (gnu packages man) module

2014-04-06 Thread David Thompson
>From ef7e3f74b519df9cac77d23e97aa4371e68352fc Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 6 Apr 2014 20:30:37 -0400 Subject: [PATCH 3/3] gnu: Move help2man package to (gnu packages man) module. * gnu/packages/man.scm (help2man): New variable. * gnu/packages/help2man.scm: Delete

Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread David Thompson
Mark H Weaver writes: > David Thompson writes: > >>> Why is 'lynx' an input? I remember you mentioning on IRC that if PAGER >>> is not set, it launched a web browser by default. I wonder: if you >>> included 'less' and not 'lynx

Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> +(source (origin >> + (method url-fetch) >> + (uri (string-append >> + >> "http://download.savannah.gnu.org/releases/man-db/man-db-"; >>

Re: [PATCH 0/3] Add man-db and libpipeline

2014-04-08 Thread David Thompson
David Thompson writes: > The following patchset adds a package for man-db, a package for its > prerequisite libpipeline, and moves the help2man package recipe into the > new (gnu packages man) module. > > - Dave I have pushed these patches to master. Apologies for the delay,

Re: Support for setuid binaries

2014-04-30 Thread David Thompson
Ludovic Courtès writes: > Hello, > > Commit 09e028f adds support for setuid binaries. Since the store cannot > contain setuid binaries, we use the same technique as NixOS: setuid > binaries are created when booting (or when switching configurations.) > > That is, for each setuid program, a hard

[PATCH] gnu: Propagate necessary inputs for sdl-image

2014-04-30 Thread David Thompson
The libraries for loading JPG, PNG, and TIFF images need to be propagated inputs in order for SDL image to work properly. >From 6b3dfa3d5ad01efa29494f34f093fa1aa2dad437 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 30 Apr 2014 20:35:45 -0400 Subject: [PATCH 1/2] gnu: Propag

[PATCH] gnu: Add abbaye

2014-04-30 Thread David Thompson
3c4811c26dfb9220f8052d0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 30 Apr 2014 20:36:32 -0400 Subject: [PATCH 2/2] gnu: Add abbaye. * gnu/packages/games.scm (abbaye): New variable. --- gnu/packages/games.scm | 63 ++ 1 file changed,

Re: [PATCH] gnu: Add abbaye

2014-05-01 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 040828eabadf401743c4811c26dfb9220f8052d0 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 30 Apr 2014 20:36:32 -0400 >> Subject: [PATCH 2/2] gnu: Add abbaye. >> >> * gnu

Re: [PATCH] gnu: Propagate necessary inputs for sdl-image

2014-05-01 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> The libraries for loading JPG, PNG, and TIFF images need to be >> propagated inputs in order for SDL image to work properly. > > Could you add a comment saying why this is the case? > > This is usually one

[PATCH 0/3] gnu: Add notmuch

2014-06-22 Thread David Thompson
ng the suite to pass, please feel free to do so. I did some quick tests with the resulting build and it seems to work okay. Thoughts? -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

[PATCH 1/3] gnu: Add talloc

2014-06-22 Thread David Thompson
>From 0abe65240aa355cdc9a5983fa8c32a83e1dd1baa Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 6 Apr 2014 12:25:57 -0400 Subject: [PATCH 1/3] gnu: Add talloc. * gnu/packages/samba.scm (talloc): New variable. --- gnu/packages/samba.scm | 32 1 f

Re: [PATCH 2/3] gnu: Add dtach

2014-06-22 Thread David Thompson
>From 1315cc5939cc8abaf7a292e30226672e94230724 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 6 Apr 2014 14:36:31 -0400 Subject: [PATCH 2/3] gnu: Add dtach. gnu/packages/screen.scm (dtach): New variable. --- gnu/packages/screen.scm | 32 1 file chan

Re: [PATCH 3/3] gnu: Add notmuch

2014-06-22 Thread David Thompson
>From b2f866ada34994d07279b2ebd6e6c73183ad9578 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 14 Jun 2014 20:52:09 -0400 Subject: [PATCH 3/3] gnu: Add notmuch. * gnu/packages/mail.scm (notmuch): New variable. --- gnu/packages/mail.scm | 40

Re: [PATCH 3/3] gnu: Add notmuch

2014-06-23 Thread David Thompson
nvironment-variables, and run ‘make check’, does it pass? It doesn't pass, but it does not hang. Interesting. For the record, in order to run the test suite: perl, python, gnupg, man-db, and dtach are needed as native-inputs. -- David Thompson Web Developer - Free Software Foundation - http:/

Re: [PATCH 1/3] gnu: Add talloc

2014-06-23 Thread David Thompson
Ludovic Courtès writes: > Looks good to me, please push! Pushed! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH 2/3] gnu: Add dtach

2014-06-23 Thread David Thompson
"/bin")) > > It could be 1 line shorter with (mkdir-p (string-append out "/bin")). Made that change and pushed. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH 3/3] gnu: Add notmuch

2014-06-23 Thread David Thompson
Ludovic Courtès writes: > OK to push. > Pushed. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

[PATCH] gnu: Add guile-opengl

2014-06-24 Thread David Thompson
Finally got around to finishing up this package. I ran the example programs shipped with guile-opengl and confirmed that they work as expected. :) How does it look? >From 3368e741ce35751f050663ee58d8ea4da1afd0e0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 24 Jun 2014 21:59

[PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module

2014-06-25 Thread David Thompson
fff Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 25 Jun 2014 08:39:02 -0400 Subject: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module. * gnu/packages/image.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add image.scm and remove libjpeg.scm, libpng.scm,

Re: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module

2014-06-25 Thread David Thompson
Oops, forgot to import a module! New patch attached. >From 6298deeab6104b908a7356786ce09f395a32d7e3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 25 Jun 2014 08:39:02 -0400 Subject: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module. * gnu/packages/image.scm:

Re: [PATCH] gnu: Add guile-opengl

2014-06-25 Thread David Thompson
it work to do something like: > > (substitute* file > (("dynamic-link \"lib[a-zA-Z]+\" _ libname) > (string-append ...))) > > ? > Yes, that's better. Updated patch attached. >From 4e63b47f868f5eab5573e8e70c40f23545f3645a Mon Sep 17 00:

Re: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module

2014-06-25 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 6298deeab6104b908a7356786ce09f395a32d7e3 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 25 Jun 2014 08:39:02 -0400 >> Subject: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into o

[PATCH] gnu: Add libsodium

2014-06-25 Thread David Thompson
This patch adds a package for a cryptography library called libsodim. I created a (gnu packages crypto) module to house similar libraries and applications in the future. >From 873dffc9dc892ad252a33b2b27f28d41573d6bf7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 25 Jun 2014 20:32

Re: [PATCH] gnu: Add libsodium

2014-06-26 Thread David Thompson
John Darrington writes: > So we already have the crypto modules: nettle, gnupg, cyptsetup and mcrypt. > And now we have crypto... > Yes, I know. I think we could move those package specific modules into the crypto module at a later time to clean it up. -- David Thompson Web Develop

[PATCH] gnu: Add libvpx

2014-06-26 Thread David Thompson
Here's a package recipe for libvpx, the VP8/VP9 codec. >From 4cb60b3cac956caa5a8e11de077aceeefa417dc5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 26 Jun 2014 08:16:07 -0400 Subject: [PATCH] gnu: Add libvpx. * gnu/packages/video.scm (libvpx): New variable. --- gnu/

[PATCH] gnu: Enable libvpx support in ffmpeg

2014-06-26 Thread David Thompson
Now that libvpx is packaged, we can enable support for it in ffmpeg. :) >From 5b8de4c95ddb8931423537eb7307b8c42f741c21 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 26 Jun 2014 18:07:29 -0400 Subject: [PATCH] gnu: Enable libvpx support in ffmpeg. * gnu/packages/video.scm (lib

Re: [PATCH] gnu: Enable libvpx support in ffmpeg

2014-06-27 Thread David Thompson
Ludovic Courtès writes: > Perfect, go ahead. > Fixed a typo in my commit log and pushed. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module

2014-06-27 Thread David Thompson
Ludovic Courtès writes: > OK to push tomorrow (Friday) if nobody objects by then. > Pushed. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH] gnu: Add ncmpcpp

2014-06-28 Thread David Thompson
dified version of the description found on the Arch Wiki would be more useful: Ncmpcpp is an mpd client with a UI very similar to ncmpc, but it provides new useful features such as support for regular expressions for library searches, extended song format, items filtering, the ability to sort

Codefest 2014 Cambridge, MA

2014-06-29 Thread David Thompson
; See also > > http://www.open-bio.org/wiki/Codefest_2014 > > Pj. > > Hey Pj, I live in Somerville. I might be able to join in on the 9th, but I'm busy on the 10th.n Could you elaborate more on how Guix relates to this event? -- David Thompson Web Developer - Free Software F

Re: Codefest 2014 Cambridge, MA

2014-06-29 Thread David Thompson
Pjotr Prins writes: > On Sun, Jun 29, 2014 at 09:09:22AM -0400, David Thompson wrote: >> I live in Somerville. I might be able to join in on the 9th, but I'm >> busy on the 10th.n > > That would be great! Also for some advocacy. :) >> Could you elaborate more o

Re: [PATCH] gnu: Add node.

2014-06-30 Thread David Thompson
a bash compatible manner. > + > +--- node-v0.10.29/configure.orig 2014-06-09 19:04:36.0 +0200 > node-v0.10.29/configure 2014-06-30 21:56:40.044559261 +0200 > +@@ -1,4 +1,18 @@ > +-#!/usr/bin/env python > ++#!/bin/bash > ++ > ++ARGS="" > ++ > ++for i in $@ > ++do > ++if echo $i | grep "\\-\\-prefix.*" > /dev/null > ++then > ++ARGS="$ARGS $i" > ++fi > ++done > ++ > ++export CC=gcc > ++ > ++python < + import optparse > + import os > + import pprint > +@@ -714,3 +728,4 @@ > + gyp_args += args > + > + subprocess.call(gyp_args) > ++EOF > -- > 2.0.0 > > Looks good to me! Let's see what Ludovic thinks. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: System installation from a USB stick

2014-07-01 Thread David Thompson
gt; uses e1000e for Ethernet), but since it’s a small config kernel, it > may miss drivers for your system, in which case you’re screwed. > My desktop computer is in the "screwed" category. I need the r8169 kernel module for ethernet to work. -- David Thompson Web Develo

Re: System installation from a USB stick

2014-07-01 Thread David Thompson
David Thompson writes: > It boots! :) Well, on my desktop computer it boots. It kernel panics on my Thinkpad x220. linux-initrd.scm:122 throws the error "In procedure bv-u16-ref: Wrong type argument in position 1". :( -- David Thompson Web Developer - Free Software Foun

Re: System installation from a USB stick

2014-07-02 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> David Thompson writes: >> >>> It boots! :) >> >> Well, on my desktop computer it boots. It kernel panics on my Thinkpad >> x220. linux-initrd.scm:122 throws the error "In procedur

Re: System installation from a USB stick

2014-07-02 Thread David Thompson
Ludovic Courtès writes: > I’m sorry I don’t have a better answer at the moment, but could you try > rebuilding the image with this patch? It works! Thanks! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Guix at the Open Bioinformatics Codefest 2014 hackathon

2014-07-10 Thread David Thompson
ics are dealing with big problems around reproducibility and determinism in their computing environments, and I think project's like ours can really help in this matter. Here's to hoping we gain some more contributors. :) -- David Thompson Web Developer - Free Software Foundation - h

[PATCH] gnu: Add fish.

2014-07-10 Thread David Thompson
This patch adds fish, the friendly interactive shell. >From d050978c818408e845732165c37666562ba04fba Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 10 Jul 2014 08:07:00 -0400 Subject: [PATCH] gnu: Add fish. * gnu/packages/fish.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES):

Re: [PATCH] gnu: Add fish.

2014-07-11 Thread David Thompson
ld the docs. Pushed. Thanks for the review! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Troubles with install image

2014-07-14 Thread David Thompson
seems to always be under a lot of stress, I wonder if I should set up another machine of mine to serve substitutes or even just offload builds so that my installation can complete. Is this relatively easy to set up? -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key

Re: Gettext upgrade?

2014-07-15 Thread David Thompson
it: > > http://hydra.gnu.org/jobset/gnu/gettext-upgrade > > The plan would be to merge that branch when Hydra is done building it. > > Opinions? Sounds like a good plan to me. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: Troubles with install image

2014-07-15 Thread David Thompson
test file fails. It's the only test failure. :( > (But note that the message saying it’s “unresponsive” usually means that > at least it’s not dead, just slow...) Okay. It's strange then, whatever version of guix the install image wants must not be on hydra. -- David Thompson Web

Re: Troubles with install image

2014-07-16 Thread David Thompson
fkmpffkkyzzjc3-guix-0.6 >From reading gnu/system/install.scm file, I would expect it to install the guix dev package, not the 0.6 release. I'm quite confused. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: Troubles with install image

2014-07-16 Thread David Thompson
David Thompson writes: > From reading gnu/system/install.scm file, I would expect it to install > the guix dev package, not the 0.6 release. I'm quite confused. Okay, so as a hack I edited the package definition for guix 0.6 so that it would skip the test suite. I was able to c

Re: Troubles with install image

2014-07-17 Thread David Thompson
t guix installs. So, I drop to the grub console and `set root=(ahci0,msdos1)` and `configfile /boot/grub/grub.cfg` to get to the menu. I also ran `(file-exists? "/dev/sdb1")` at the debugger prompt and the return value was #t. Any ideas? -- David Thompson Web Developer - Free Software

Re: System installation from a USB stick

2014-07-18 Thread David Thompson
Adam Pribyl writes: > Booted fine, but mounted my HDD install root /dev/sda1 as /real-root and I > can not unmount it or > find /real-root... Try `mkdir /real-root` first? -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the F

Re: Troubles with install image

2014-07-18 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> ext2fs_check_if_mount: Can't check if filesystem is mounted due to >> missing mtab file when determining whether /dev/sdb1 is mounted. >> fsck.ext4: No such device or address while trying to open /dev/sdb

Re: Troubles with install image

2014-07-18 Thread David Thompson
sdb, when booting ;; from the hard disk, it is sda. (bootloader (grub-configuration (device "/dev/sdb"))) (file-systems (list (file-system (device "/dev/sda1") (mount-point "/") (

[PATCH] linux-initrd: Add AHCI modules.

2014-07-18 Thread David Thompson
ep 17 00:00:00 2001 From: David Thompson Date: Fri, 18 Jul 2014 11:03:02 -0400 Subject: [PATCH] linux-initrd: Add AHCI modules. * gnu/system/linux-initrd (linux-modules): Add them. --- gnu/system/linux-initrd.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/syst

[PATCH] gnu: Add wireless-tools.

2014-07-18 Thread David Thompson
that the output of `iwconfig` looked okay. >From 03ec990504a3f96385587eb1cf4396cab3332617 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 18 Jul 2014 21:23:58 -0400 Subject: [PATCH] gnu: Add wireless-tools. * gnu/packages/linux.scm (wireless-tools): New variable. --- gnu/packa

Re: [PATCH] gnu: Add wireless-tools.

2014-07-18 Thread David Thompson
Oops. Left in an unnecessary `let` form. Updated patch below. >From f857d3d77f09a6053f910933ae95098bbb70bc30 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 18 Jul 2014 21:23:58 -0400 Subject: [PATCH] gnu: Add wireless-tools. * gnu/packages/linux.scm (wireless-tools): New varia

Re: [PATCH] gnu: Add wireless-tools.

2014-07-19 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> There was a conversation on #guix today about wpa-supplicant possibly >> needing wireless tools in order to work. Well, I haven't tested that >> yet, but I did write a package for the wireless tools. >

Re: [PATCH] linux-initrd: Add AHCI modules.

2014-07-19 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 2c9599720a8646a79fb3cb9517f7f0e6f1bfa25f Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Fri, 18 Jul 2014 11:03:02 -0400 >> Subject: [PATCH] linux-initrd: Add AHCI modules. >> >>

Re: [PATCH] gnu: Add wireless-tools.

2014-07-19 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> So I guess we can either try to patch the source code to explicitly >> refer to the wireless-tools in the store, or make wireless-tools a >> propagated input? > > I would either do nothing, or p

Re: System installation from a USB stick

2014-07-24 Thread David Thompson
uot;ahci.ko"))) ...)) Additionally, as Ludovic has already mentioned, I find that using device labels is much better than hoping that the /dev nodes on the installation image are the same as the /dev nodes on the installed system. -- David Thompson Web Developer - Free Software Foundat

Re: System installation from a USB stick

2014-07-24 Thread David Thompson
Adam Pribyl writes: > On Thu, 24 Jul 2014, David Thompson wrote: > >> Adam Pribyl writes: >> >>> I can not boot installed system, boot looks for /dev/sda1 which is not >>> present. It smells to me like the same problem with devtmpfs previously in >>>

Problems when trying to install a package via guile API

2014-08-13 Thread David Thompson
ing guix/scripts/package.scm, but I can't seem to get this part right. Does anyone have an idea of what I'm doing wrong? -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

[PATCH] gnu: guile-json: Update to 0.4.0.

2014-08-16 Thread David Thompson
Okay to push? >From cdf2b286544e721da213ca306fe87897e1326b34 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 16 Aug 2014 19:30:26 -0400 Subject: [PATCH] gnu: guile-json: Update to 0.4.0. * gnu/packages/guile.scm (guile-json): Update to 0.4.0. --- gnu/packages/guile.scm | 4 ++--

Re: [PATCH] gnu: guile-json: Update to 0.4.0.

2014-08-16 Thread David Thompson
Cyril Roelandt writes: > On 08/17/2014 01:32 AM, David Thompson wrote: >> Okay to push? >> > > OK with me. Pushed! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: guix-shell?

2014-08-26 Thread David Thompson
t essentially did the following: 1) Create profile in project directory 2) Install dependencies 3) Run the desired shell 4) Prepend the new profile's /bin to $PATH 5) Set search path env vars How would we do it without creating a profile? -- David Thompson Web Developer - Free Software Foundation

Re: guix-shell?

2014-08-26 Thread David Thompson
$\[\033[0m\] "; ' . 'unset NIX_ENFORCE_PURITY; ' . 'unset NIX_INDENT_MAKE; ' . 'shopt -u nullglob; ' . 'unset TZ; ' . (defined $ENV{'TZ'} ? "export TZ='${ENV{'TZ'}}'; " : '') . $envCommand); $ENV{BASH_ENV} = $rcfile; exec($ENV{NIX_BUILD_SHELL} // "bash", "--rcfile", $rcfile); die; (Thank you for choosing Scheme, btw) I found it confusing to have the build script also handle the shell via some conditional logic. I think Guix could do it better. I will implement 'guix shell' if I can get your opinion on the best approach to take. Would you tweak guix/scripts/build.scm to handle the special case or export the necessary procedures and create a guix/scripts/shell.scm module? Thanks! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: guix-shell?

2014-08-26 Thread David Thompson
of a project's source tree. A new developer would clone the repository, run 'nix-shell' and have an environment that has everything needed to build and run the software. Does that help? -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: guix-shell?

2014-08-29 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> I will implement 'guix shell' if I can get your opinion on the best >> approach to take. Would you tweak guix/scripts/build.scm to handle >> the special case or export the necessary procedures and create

Re: New x86 machine

2014-08-29 Thread David Thompson
e building blocks that we need. It would be very interesting to explore this more. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

[PATCH] gnu: Add postgresql.

2014-09-02 Thread David Thompson
>From 4b760e9504f608ba460b85413206dbd5658fe78c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 2 Sep 2014 19:06:45 -0400 Subject: [PATCH] gnu: Add postgresql. * gnu/packages/postgresql.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am |

Re: [PATCH] gnu: Add postgresql.

2014-09-03 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 4b760e9504f608ba460b85413206dbd5658fe78c Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Tue, 2 Sep 2014 19:06:45 -0400 >> Subject: [PATCH] gnu: Add postgresql. >> >> * gnu/p

Guix package wishlist on libreplanet.org

2014-09-05 Thread David Thompson
at the wishlist for some good ideas. It's a wiki, so feel free to add your own wishlist items, too! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

[PATCH 01/31] gnu: Add python-exif-read.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-exif-read, python2-exif-read): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 641a5df..17147b9 100644 --- a/gnu/packages/python.s

[PATCH 05/31] gnu: Add python-jsonschema.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 35fcc2a..f5c5a14 100644 --- a/gnu/packages/python.s

[PATCH 10/31] gnu: Add python-unittest2.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-unittest2, python2-unittest2): New variables. --- gnu/packages/python.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 646ba81..a68c0b5 100644 --- a/gnu/pa

[PATCH 04/31] gnu: Add python2-requests.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python2-requests): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f591605..35fcc2a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/p

[PATCH 09/31] gnu: Add python-nose.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-nose, python2-nose): New variables. --- gnu/packages/python.scm | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 05d7ef7..646ba81 100644 --- a/gnu/packages/pyt

[PATCH 03/31] gnu: Add python-certifi.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-certifi, python2-certifi): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ad5def2..f591605 100644 --- a/gnu/packages/python.scm +++

[PATCH 11/31] gnu: Add python-py.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-py, python2-py): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a68c0b5..6ef19d5 100644 --- a/gnu/packages/python.scm +++ b/gnu/pack

[PATCH 16/31] gnu: Add python-testresources.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testresources, python2-testresources): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0338ccc..9af90d2 100644 --- a/gnu/packages/

[PATCH 02/31] gnu: Add python-pyld.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pyld, python2-pyld): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 17147b9..ad5def2 100644 --- a/gnu/packages/python.scm +++ b/gnu/

[PATCH 17/31] gnu: Add python-subunit.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-subunit, python2-subunit): New variables. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9af90d2..e48444d 100644 --- a/gnu/packages/python.scm +

[PATCH 14/31] gnu: Add python-testtools.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testtools, python2-testtools): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b597126..2b5a1dd 100644 --- a/gnu/packages/pytho

[PATCH 28/31] gnu: Add python-jinja2.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e2b3fa9..6f7d474 100644 --- a/gnu/packages/python.scm +++ b

[PATCH 12/31] gnu: Add python-pytest.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pytest, python2-pytest): New variables. --- gnu/packages/python.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ef19d5..959a08b 100644 --- a/gnu/packages/python.

[PATCH 18/31] gnu: Add python-fixtures.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e48444d..76899d6 100644 --- a/gnu/packages/python.scm

[PATCH 24/31] gnu: Add python-itsdangerous.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6c6fdb5..aa03e83 100644 --- a/gnu/packages/pyt

[PATCH 23/31] gnu: Add python-oauthlib.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables. --- gnu/packages/python.scm | 52 +++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 886dc03..6c6fdb5

[PATCH 21/31] gnu: Add python-pyjwt.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 115168e..2e16838 100644 --- a/gnu/packages/python.scm +++ b/

[PATCH 08/31] gnu: Add python-extras.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-extras, python2-extras): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1db3778..05d7ef7 100644 --- a/gnu/packages/python.scm +++

[PATCH 19/31] gnu: Add python-testrepository.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testrepository, python2-testrepository): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 76899d6..40e62ac 100644 --- a/gnu/pack

[PATCH 13/31] gnu: Add python-scripttest.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-scriptest, python2-scripttest): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 959a08b..b597126 100644 --- a/gnu/packages/python.

[PATCH 22/31] gnu: Add python-pycrypto.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pycrypto, python2-pycrypto): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2e16838..886dc03 100644 --- a/gnu/packages/python.

[PATCH 26/31] gnu: Add python-pip.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pip, python2-pip): New variables. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cb783e6..3638382 100644 --- a/gnu/packages/python.scm +++ b/gnu

[PATCH 20/31] gnu: Add python-discover.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-discover, python2-discover): New variables. --- gnu/packages/python.scm | 55 + 1 file changed, 55 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 40e62ac..115168e 100644 --- a/gnu

[PATCH 25/31] gnu: Add python-virtualenv.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index aa03e83..cb783e6 100644 --- a/gnu/packages/python

[PATCH 27/31] gnu: Add python-markupsafe.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3638382..e2b3fa9 100644 --- a/gnu/packages/python.

<    1   2   3   4   5   6   >