[Nix-commits] SVN commit: nix - r29450 - nixpkgs/trunk/pkgs/tools/system/lxc

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 11:16:10 2011 New Revision: 29450 URL: https://ssl.nixos.org/websvn/nix/?rev=29450sc=1 Log: lxc: added perl buildInput to fix the lxc-ps script Also added myself as a maintainer, improved the meta section a little, and stripped trailing whitespace. Modified:

[Nix-commits] SVN commit: nix - r29451 - nixos/trunk/modules/programs/bash

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 14:21:36 2011 New Revision: 29451 URL: https://ssl.nixos.org/websvn/nix/?rev=29451sc=1 Log: modules/programs/bash: major clean-up and re-factoring of /etc/profile and /etc/bashrc * Moved bash-specific code from /etc/profile to /etc/bashrc. * Moved general

[Nix-commits] SVN commit: nix - r29453 - in nixpkgs/trunk/pkgs: development/interpreters/ruby top-level

2011-09-23 Thread Shea Levy
Author: shlevy Date: Fri Sep 23 15:08:55 2011 New Revision: 29453 URL: https://ssl.nixos.org/websvn/nix/?rev=29453sc=1 Log: Get ruby-1.9.2-p290 to build Replaced: nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix - copied, changed from r29452,

[Nix-commits] SVN commit: nix - r29457 - in nixpkgs/trunk/pkgs: development/libraries/haskell/NumInstances top-level

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 16:08:52 2011 New Revision: 29457 URL: https://ssl.nixos.org/websvn/nix/?rev=29457sc=1 Log: haskell-NumInstances: added version 1.0 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/NumInstances/

[Nix-commits] SVN commit: nix - r29459 - nixpkgs/trunk/pkgs/development/libraries/haskell/neither

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 16:09:01 2011 New Revision: 29459 URL: https://ssl.nixos.org/websvn/nix/?rev=29459sc=1 Log: haskell-neither: updated to version 0.3.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/neither/default.nix Modified:

[Nix-commits] SVN commit: nix - r29460 - nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 16:09:05 2011 New Revision: 29460 URL: https://ssl.nixos.org/websvn/nix/?rev=29460sc=1 Log: haskell-vector-space: updated to version 0.7.8 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix Modified:

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29453 - in nixpkgs/trunk/pkgs: development/interpreters/ruby top-level

2011-09-23 Thread shea
Hi all, Ruby 1.9 has been out and stable for quite some time now, and most new projects seem to expect it. Does anyone have a problem with dumping ruby 1.8 and making 1.9 the default? If no one objects I will make the change in a week. Cheers, Shea Author: shlevy Date: Fri Sep 23 15:08:55

[Nix-commits] SVN commit: nix - r29462 - in nixpkgs/trunk/pkgs: development/interpreters/python top-level

2011-09-23 Thread Florian Friesdorf
Author: chaoflow Date: Fri Sep 23 17:00:13 2011 New Revision: 29462 URL: https://ssl.nixos.org/websvn/nix/?rev=29462sc=1 Log: python wrapper that sets PYTHONHOME to the profile it is in Added: nixpkgs/trunk/pkgs/development/interpreters/python/pythonhome-wrapper.nix Modified:

Re: [Nix-dev] SVN commit: nix - r29462 - in nixpkgs/trunk/pkgs: development/interpreters/python top-level

2011-09-23 Thread Peter Simons
Hi Florian, python wrapper that sets PYTHONHOME to the profile it is in what exactly does PYTHONHOME accomplish? If it's useful in general, then we should add that setting to the python-wrapper expression that we have already: pkgs/development/interpreters/python/wrapper.nix Take care,

Re: [Nix-dev] distutils2nix/python4nix

2011-09-23 Thread Peter Simons
Hi Florian, first, I forgot nix-dev in Cc, if you agree, please include it in your reply. sure, I've added a Cc. The cabal2nix utility is written in Haskell, because the Cabal library allows developers to parse and access Cabal files easily, which is about 90% of the task at hand.

[Nix-commits] SVN commit: nix - r29463 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-23 Thread Shea Levy
Author: shlevy Date: Fri Sep 23 20:03:52 2011 New Revision: 29463 URL: https://ssl.nixos.org/websvn/nix/?rev=29463sc=1 Log: linux-3.1: Bump to rc7 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix

[Nix-commits] SVN commit: nix - r29465 - in nixpkgs/trunk/pkgs: development/libraries/haskell/derp top-level

2011-09-23 Thread Andres Loeh
Author: andres Date: Sat Sep 24 02:49:04 2011 New Revision: 29465 URL: https://ssl.nixos.org/websvn/nix/?rev=29465sc=1 Log: Added haskell-derp. Added: nixpkgs/trunk/pkgs/development/libraries/haskell/derp/ nixpkgs/trunk/pkgs/development/libraries/haskell/derp/default.nix Modified: