[Nix-commits] Nix - Issue 225

2012-02-09 Thread noreply
Nix #225 (10 Feb)Fedora 16 RPM depends on mysterious perl(Nix::SSH)http://nixos.org/nix/download.html links to latest development build. Fedora16 RPM claims dependency on perl(Nix::SSH), and there is no hint to the location of needed dependency. Fortunately, installing with --nodeps helps. Installi

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r32168 - in nixpkgs/trunk/pkgs/development: interpreters/ruby libraries/v8 web/nodejs

2012-02-09 Thread Shea Levy
Whoops, committed too much, sorry. This commit also updated node.js and various rubygems. On 2/10/12 12:23 AM, Shea Levy wrote: > Author: shlevy > Date: Fri Feb 10 05:22:58 2012 > New Revision: 32168 > URL: https://nixos.org/websvn/nix/?rev=32168&sc=1 > > Log: > v8: Get building on darwin > > Mod

[Nix-commits] SVN commit: nix - r32168 - in nixpkgs/trunk/pkgs/development: interpreters/ruby libraries/v8 web/nodejs

2012-02-09 Thread Shea Levy
Author: shlevy Date: Fri Feb 10 05:22:58 2012 New Revision: 32168 URL: https://nixos.org/websvn/nix/?rev=32168&sc=1 Log: v8: Get building on darwin Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix nixpkgs/trunk/pkgs/development/libraries/v8/default.nix nixpkgs/tru

Re: [Nix-dev] nested child configurations - was: multiple fullsystemprofiles

2012-02-09 Thread Michael Raskin
>Excerpts from Mathijs Kwik's message of Thu Feb 09 08:47:39 +0100 2012: >> Nope, that would switch to the main profile (the lean one), dropping >> out of x11 and such, when I'm currently in the "desktop" child. >> So I do need to just nixos-rebuild boot, then switch to new profile's >> child manua

Re: [Nix-dev] nested child configurations - was: multiple full systemprofiles

2012-02-09 Thread Marc Weber
Excerpts from Mathijs Kwik's message of Thu Feb 09 08:47:39 +0100 2012: > Nope, that would switch to the main profile (the lean one), dropping > out of x11 and such, when I'm currently in the "desktop" child. > So I do need to just nixos-rebuild boot, then switch to new profile's > child manually.

Re: [Nix-dev] nested child configurations - was: multiple full systemprofiles

2012-02-09 Thread Mathijs Kwik
On Thu, Feb 9, 2012 at 3:51 PM, Florian Friesdorf wrote: > On Thu, 9 Feb 2012 08:47:39 +0100, Mathijs Kwik > wrote: >> But that works for now. >> >> Now I must find a nice workflow on top of it, but the possibility >> itself is very nice :) > > It would be great if you could distill it into a sh

Re: [Nix-dev] grub2, and booting from lvm/raid

2012-02-09 Thread Mathijs Kwik
Cool, thanks 2012/2/9 Andreas Källberg : > Hi Mathijs, > > On 8 February 2012 22:26, Mathijs Kwik wrote: >> Can anyone confirm nixos runs fine from lvm without a separate /boot >> partition? > > Yes, I can confirm that it runs fine on lvm without separate boot. I > do not use any raid though, s

[Nix-commits] SVN commit: nix - r32167 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/isl

2012-02-09 Thread Lluís Batlle
Author: viric Date: Thu Feb 9 19:53:01 2012 New Revision: 32167 URL: https://nixos.org/websvn/nix/?rev=32167&sc=1 Log: Adding a new url for isl.src. The current is only meant for the last version. Modified: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/isl/default.nix Modified:

[Nix-commits] SVN commit: nix - r32166 - nixpkgs/branches/stdenv-updates/pkgs/applications/graphics/ImageMagick

2012-02-09 Thread Lluís Batlle
Author: viric Date: Thu Feb 9 19:45:31 2012 New Revision: 32166 URL: https://nixos.org/websvn/nix/?rev=32166&sc=1 Log: Updating imagemagick; I think it's meant to build with the new zlib 1.2.6. I'll let hydra try it. I don't update this in trunk because a lot depends on this. Modified: nix

Re: [Nix-dev] grub2, and booting from lvm/raid

2012-02-09 Thread Andreas Källberg
Hi Mathijs, On 8 February 2012 22:26, Mathijs Kwik wrote: > Can anyone confirm nixos runs fine from lvm without a separate /boot > partition? Yes, I can confirm that it runs fine on lvm without separate boot. I do not use any raid though, so you are on your own with that. I used the dev-name (/

Re: [Nix-dev] Nix moved to GitHub

2012-02-09 Thread Vladimír Čunát
On 02/09/2012 02:36 PM, Marc Weber wrote: > while (true) println("thanks - if you also consider doing the same > for nixpkgs I'll start calling you a hero\n"); Very good, I would also really love to see nixpkgs and nixos there... Vlada ___ nix-

[Nix-commits] [NixOS/nix] e9fc91: Fix error message

2012-02-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: e9fc91df45c28376960a6e38c8c5f04bf9312623 https://github.com/NixOS/nix/commit/e9fc91df45c28376960a6e38c8c5f04bf9312623 Author: Eelco Dolstra Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/libe

[Nix-commits] [NixOS/nix] d5a5a8: Use data() instead of c_str() where appropriate

2012-02-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: d5a5a83ad4fb8aba3b334039f567267a0463ee5a https://github.com/NixOS/nix/commit/d5a5a83ad4fb8aba3b334039f567267a0463ee5a Author: Eelco Dolstra Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/libs

Re: [Nix-dev] remarks regarding modules/services/x11/display-managers/default.nix

2012-02-09 Thread Yury G. Kudryashov
Arie Middelkoop wrote: > > modules/services/x11/display-managers/default.nix > > > ${optionalString (!cfg.displayManager.job.logsXsession) ... > The "!" should be removed, because the session now gets logged if the > attribute is "false". Since the default value is "false", the logging is > thu

[Nix-commits] SVN commit: nix - r32165 - nixpkgs/trunk/pkgs/top-level

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 14:53:07 2012 New Revision: 32165 URL: https://nixos.org/websvn/nix/?rev=32165&sc=1 Log: haskell-packages.nix: disable the obsolete 'HaRe' tool Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.n

[Nix-commits] SVN commit: nix - r32164 - nixpkgs/trunk/pkgs/top-level

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 14:53:05 2012 New Revision: 32164 URL: https://nixos.org/websvn/nix/?rev=32164&sc=1 Log: haskell-packages.nix: disable the obsolete 'frown' tool Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.

Re: [Nix-dev] nested child configurations - was: multiple full systemprofiles

2012-02-09 Thread Florian Friesdorf
On Thu, 9 Feb 2012 08:47:39 +0100, Mathijs Kwik wrote: > But that works for now. > > Now I must find a nice workflow on top of it, but the possibility > itself is very nice :) It would be great if you could distill it into a short wiki entry. Looking forward to play with that myself. -- Flori

Re: [Nix-dev] Nix moved to GitHub

2012-02-09 Thread Eelco Dolstra
Hi, On 09/02/12 14:36, Marc Weber wrote: > - arbitrary strings as names in attrs (Marc Weber) > maybe needs some more documentation and review > (works fine for me) > branch name: t/allow-arbitrary-strings-in-names-of-attrs This has been supported in the trunk^Wmaster for a while.

[Nix-commits] SVN commit: nix - r32163 - nixpkgs/trunk/pkgs/top-level

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 14:41:36 2012 New Revision: 32163 URL: https://nixos.org/websvn/nix/?rev=32163&sc=1 Log: haskell-packages.nix: fixed obsolete reference to json_0_5 attribute Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/hask

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

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 14:38:03 2012 New Revision: 32162 URL: https://nixos.org/websvn/nix/?rev=32162&sc=1 Log: haskell-json: fix build with GHC 7.4.x Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/json/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/haskel

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

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 14:38:01 2012 New Revision: 32161 URL: https://nixos.org/websvn/nix/?rev=32161&sc=1 Log: haskell-json: dropped obsolete version 0.4.4 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/json/default.nix - copied, changed from r32160, nixpkgs/trunk/pkg

[Nix-commits] SVN commit: nix - r32160 - nixpkgs/trunk/pkgs/development/libraries/libzip

2012-02-09 Thread Eelco Dolstra
Author: eelco Date: Thu Feb 9 14:22:13 2012 New Revision: 32160 URL: https://nixos.org/websvn/nix/?rev=32160&sc=1 Log: * zlib should be a propagated build input of libzip. Modified: nixpkgs/trunk/pkgs/development/libraries/libzip/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries

[Nix-commits] SVN commit: nix - r32159 - nixpkgs/trunk/pkgs/development/libraries/libzip

2012-02-09 Thread Eelco Dolstra
Author: eelco Date: Thu Feb 9 14:09:08 2012 New Revision: 32159 URL: https://nixos.org/websvn/nix/?rev=32159&sc=1 Log: * libzip updated to 0.10. Modified: nixpkgs/trunk/pkgs/development/libraries/libzip/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/libzip/default.nix ===

Re: [Nix-dev] Nix moved to GitHub

2012-02-09 Thread Marc Weber
Eelco: Let me know if you're interested in my authors.txt file (for nixpkgs) while (true) println("thanks - if you also consider doing the same for nixpkgs I'll start calling you a hero\n"); I've uploaded my two patches - arbitrary strings as names in attrs (Marc Weber) maybe needs

[Nix-commits] SVN commit: nix - r32158 - nixpkgs/trunk/pkgs/applications/science/math/wxmaxima

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 13:22:57 2012 New Revision: 32158 URL: https://nixos.org/websvn/nix/?rev=32158&sc=1 Log: wxmaxima: updated to version 12.01.0 Modified: nixpkgs/trunk/pkgs/applications/science/math/wxmaxima/default.nix Modified: nixpkgs/trunk/pkgs/applications/science/math/wxma

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

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 12:54:05 2012 New Revision: 32157 URL: https://nixos.org/websvn/nix/?rev=32157&sc=1 Log: haskell-texmath: updated to version 0.6.0.2 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/default.nix Modified: nixpkgs/trunk/pkgs/development/librarie

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

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 12:54:03 2012 New Revision: 32156 URL: https://nixos.org/websvn/nix/?rev=32156&sc=1 Log: haskell-haxr: updated to version 3000.8.5 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/haxr/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/has

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

2012-02-09 Thread Peter Simons
Author: simons Date: Thu Feb 9 12:54:00 2012 New Revision: 32155 URL: https://nixos.org/websvn/nix/?rev=32155&sc=1 Log: haskell-happstack-data: updated to version 6.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-data.nix Modified: nixpkgs/trunk/pkgs/devel

[Nix-dev] remarks regarding modules/services/x11/display-managers/default.nix

2012-02-09 Thread Arie Middelkoop
> modules/services/x11/display-managers/default.nix > ${optionalString (!cfg.displayManager.job.logsXsession) ... The "!" should be removed, because the session now gets logged if the attribute is "false". Since the default value is "false", the logging is thus by default on (by itself not bad

[Nix-commits] SVN commit: nix - r32154 - nixpkgs/trunk/pkgs/development/interpreters/guile

2012-02-09 Thread Ludovic Courtès
Author: ludo Date: Thu Feb 9 10:07:42 2012 New Revision: 32154 URL: https://nixos.org/websvn/nix/?rev=32154&sc=1 Log: GNU Guile: Use the right configure option name. Modified: nixpkgs/trunk/pkgs/development/interpreters/guile/default.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/

[Nix-commits] SVN commit: nix - r32153 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/xine-lib

2012-02-09 Thread Lluís Batlle
Author: viric Date: Thu Feb 9 09:35:54 2012 New Revision: 32153 URL: https://nixos.org/websvn/nix/?rev=32153&sc=1 Log: Fixing the xine lib build, for problems building with zlib 1.2.6 Added: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/xine-lib/zlib126.patch Modified: nixpk

[Nix-commits] SVN commit: nix - r32152 - nixpkgs/trunk/pkgs/development/interpreters/guile

2012-02-09 Thread Ludovic Courtès
Author: ludo Date: Thu Feb 9 09:16:17 2012 New Revision: 32152 URL: https://nixos.org/websvn/nix/?rev=32152&sc=1 Log: GNU Guile: Disable pthread support on FreeBSD. Modified: nixpkgs/trunk/pkgs/development/interpreters/guile/default.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/g

Re: [Nix-dev] xsltproc troubles

2012-02-09 Thread Rickard Nilsson
Hi, Den 2012-02-08 19:32:50 skrev Yury G. Kudryashov : > Rickard Nilsson wrote: > >> Hi, >> >> I'm trying to build gnome-terminal (gnome 3), but I've run into a >> problem >> with xsltproc. I get this error, repeated for a number of different >> input >> files: > 1. Pass the requested versio