[Nix-commits] SVN commit: nix - r34024 - nixpkgs/trunk/pkgs/applications/video/MPlayer

2012-05-09 Thread Mathijs Kwik
Author: mkwik Date: Wed May 9 10:01:35 2012 New Revision: 34024 URL: https://nixos.org/websvn/nix/?rev=34024sc=1 Log: mplayer: enabled speex support I enabled it by default, as ffmpeg/libav/vlc/xine all have speex enabled by default too, so it's probably on most systems already Modified:

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

2012-05-09 Thread Mathijs Kwik
Author: mkwik Date: Wed May 9 10:01:38 2012 New Revision: 34025 URL: https://nixos.org/websvn/nix/?rev=34025sc=1 Log: bbswitch: upgraded to 0.4.2 Modified: nixpkgs/trunk/pkgs/os-specific/linux/bbswitch/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/bbswitch/default.nix

[Nix-commits] SVN commit: nix - r34026 - nixpkgs/trunk/pkgs/development/compilers/uhc

2012-05-09 Thread Mathijs Kwik
Author: mkwik Date: Wed May 9 10:01:41 2012 New Revision: 34026 URL: https://nixos.org/websvn/nix/?rev=34026sc=1 Log: upgraded uhc Modified: nixpkgs/trunk/pkgs/development/compilers/uhc/default.nix Modified: nixpkgs/trunk/pkgs/development/compilers/uhc/default.nix

[Nix-commits] SVN commit: nix - r34027 - in nixpkgs/trunk/pkgs/development/libraries/haskell: attoparsec-conduit conduit network-conduit persistent persistent-sqlite semigroups wai wai-app-static wai-

2012-05-09 Thread Peter Simons
Author: simons Date: Wed May 9 11:25:59 2012 New Revision: 34027 URL: https://nixos.org/websvn/nix/?rev=34027sc=1 Log: Updated Haskell packages. - attoparsec-conduit: updated to version 0.4.0.1 - conduit: updated to version 0.4.2 - network-conduit: updated to version 0.4.0.1 -

[Nix-dev] What kills my xserver?

2012-05-09 Thread Arie Middelkoop
Hi Nixos-ers, I've never been able to reboot my machine from inside a KDE session in combination with KDM. Also, a logout takes excessively long (10 seconds). Lately, I investigated the crime scene, found some good leads, but now I'm stuck. I'll first illustrate the problem, which I'll do

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

2012-05-09 Thread Ludovic Courtès
Author: ludo Date: Wed May 9 13:42:46 2012 New Revision: 34029 URL: https://nixos.org/websvn/nix/?rev=34029sc=1 Log: GNU Guile 2.0: Fix cross-GNU builds. Modified: nixpkgs/trunk/pkgs/development/interpreters/guile/default.nix Modified:

[Nix-commits] SVN commit: nix - r34030 - in nixpkgs/trunk/pkgs: development/libraries/haskell/c2hs development/libraries/haskell/haskell-mpi development/libraries/haskell/language-c top-level

2012-05-09 Thread Andres Loeh
Author: andres Date: Wed May 9 16:19:52 2012 New Revision: 34030 URL: https://nixos.org/websvn/nix/?rev=34030sc=1 Log: Added haskell-mpi and dependencies. Added: nixpkgs/trunk/pkgs/development/libraries/haskell/c2hs/ nixpkgs/trunk/pkgs/development/libraries/haskell/c2hs/default.nix

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

2012-05-09 Thread Andres Loeh
Author: andres Date: Wed May 9 16:20:01 2012 New Revision: 34031 URL: https://nixos.org/websvn/nix/?rev=34031sc=1 Log: Changing the way haskellPackagesFun is invoked. This is supposed to make it easier to create locally modified version preferences in Haskell package sets, by using override on

Re: [Nix-dev] What kills my xserver?

2012-05-09 Thread Cillian de Róiste
Hi Arie, On Wed, May 9, 2012 at 2:25 PM, Arie Middelkoop amidd...@gmail.com wrote: Hi Nixos-ers, I've never been able to reboot my machine from inside a KDE session in combination with KDM. Also, a logout takes excessively long (10 seconds). Lately, I investigated the crime scene, found some

Re: [Nix-dev] What kills my xserver?

2012-05-09 Thread Mathijs Kwik
Same here, KDE with xmonad instead of kwin, intel open source driver. Sometimes logging out takes 10 seconds, sometimes dialog just won't show up at all. On Wed, May 9, 2012 at 6:41 PM, Cillian de Róiste cillian.deroi...@gmail.com wrote: Hi Arie, On Wed, May 9, 2012 at 2:25 PM, Arie

[Nix-commits] SVN commit: nix - r34032 - in nixpkgs/trunk/pkgs: development/libraries/haskell/GLUT development/libraries/haskell/OpenGL top-level

2012-05-09 Thread Andres Loeh
Author: andres Date: Wed May 9 17:21:37 2012 New Revision: 34032 URL: https://nixos.org/websvn/nix/?rev=34032sc=1 Log: Adapted the ghc-7.4.1 package version defaults to upcoming Platform release. Added: nixpkgs/trunk/pkgs/development/libraries/haskell/OpenGL/2.2.3.1.nix Modified:

[Nix-dev] Stdenv branch merge

2012-05-09 Thread Eelco Dolstra
Hi all, I'm about to merge the stdenv branch into the trunk. This has two fairly critical fixes: - A change to Glibc to prevent it from using /etc/ld.so.cache. On systems such as Ubuntu, this can cause Nix packages to dynamically link against libraries in /usr/lib and so on. (Patch by Jack

Re: [Nix-dev] What kills my xserver?

2012-05-09 Thread Sol Reynolds
Hmm - I'm wondering if it might be KMS related.. Does disabling KMS change anything? boot.kernelParams = [ nomodeset ]; Cheers, Sol On Wed, May 9, 2012 at 9:53 AM, Mathijs Kwik math...@bluescreen303.nlwrote: Same here, KDE with xmonad instead of kwin, intel open source driver. Sometimes

[Nix-commits] SVN commit: nix - r34033 - in nixpkgs/trunk/pkgs: applications/science/math/eukleides development/libraries/SDL_image development/libraries/pango top-level

2012-05-09 Thread Eelco Dolstra
Author: eelco Date: Wed May 9 21:10:12 2012 New Revision: 34033 URL: https://nixos.org/websvn/nix/?rev=34033sc=1 Log: * Disable some failing builds on specific platforms. Modified: nixpkgs/trunk/pkgs/applications/science/math/eukleides/default.nix

[Nix-commits] SVN commit: nix - r34034 - in nixos/trunk/modules: services/system system/etc

2012-05-09 Thread Eelco Dolstra
Author: eelco Date: Wed May 9 21:35:47 2012 New Revision: 34034 URL: https://nixos.org/websvn/nix/?rev=34034sc=1 Log: * Some more trivial builders with lots of dependencies that should be built locally. Modified: nixos/trunk/modules/services/system/dbus.nix

[Nix-commits] SVN commit: nix - r34035 - configurations/trunk/tud

2012-05-09 Thread Eelco Dolstra
Author: eelco Date: Wed May 9 21:40:19 2012 New Revision: 34035 URL: https://nixos.org/websvn/nix/?rev=34035sc=1 Log: * Enable parallel building. Cross fingers. Modified: configurations/trunk/tud/common.nix configurations/trunk/tud/machines.nix Modified:

Re: [Nix-dev] What kills my xserver?

2012-05-09 Thread Arie Middelkoop
On 09/05/12 21:19, Sol Reynolds wrote: Hmm - I'm wondering if it might be KMS related.. Does disabling KMS change anything? boot.kernelParams = [ nomodeset ]; It was worth a try, but unfortunately then my xserver doesn't start. It loads the intel driver, and then the xserver barfs that it

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

2012-05-09 Thread Eelco Dolstra
Author: eelco Date: Wed May 9 21:49:39 2012 New Revision: 34036 URL: https://nixos.org/websvn/nix/?rev=34036sc=1 Log: * Linux 3.0.31. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix

Re: [Nix-dev] What kills my xserver?

2012-05-09 Thread Arie Middelkoop
On 09/05/12 18:41, Cillian de Róiste wrote: For what it's worth, I have the same symptoms although I have not investigated it at all. I am using the ati videoDriver (the Free one). I'd be happy to collect some information if it helps to debug. I had always assumed that a fresh ~/.kde would

[Nix-commits] [NixOS/nix] 0c4c8f: Remove obsolete files (moved to release tree)

2012-05-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 0c4c8f7a9d09c497d95771c894a5cc3d4276609b https://github.com/NixOS/nix/commit/0c4c8f7a9d09c497d95771c894a5cc3d4276609b Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-05-08 (Tue, 08 May 2012)

[Nix-commits] SVN commit: nix - r34040 - release/trunk/channels

2012-05-09 Thread Eelco Dolstra
Author: eelco Date: Wed May 9 23:13:05 2012 New Revision: 34040 URL: https://nixos.org/websvn/nix/?rev=34040sc=1 Log: * Update the /data/releases cleanup scripts. Added: release/trunk/channels/ReadCache.pm (props changed) - copied unchanged from r34039,

[Nix-commits] SVN commit: nix - r34041 - attic/nix nix

2012-05-09 Thread Eelco Dolstra
Author: eelco Date: Wed May 9 23:13:46 2012 New Revision: 34041 URL: https://nixos.org/websvn/nix/?rev=34041sc=1 Log: * Move the Nix repo to the attic. Added: attic/nix/ - copied from r34040, nix/ Deleted: nix/ ___ nix-commits mailing list

Re: [Nix-dev] Bootstrapping NixOS

2012-05-09 Thread Marc Weber
Maybe I should just remove the wiki until I find time to host current bootstrapping archives myself. I personally think the community should provide more feedback to get this back into the repositories.. Eelco Dolstra removed it in the bast due to lack of documentation without even asking for

[Nix-commits] [NixOS/nix] 663c06: Disable building in chroot for Nix's corepkgs

2012-05-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 663c06e8cd7d3b0495b13f2bb08e2cfab889 https://github.com/NixOS/nix/commit/663c06e8cd7d3b0495b13f2bb08e2cfab889 Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-05-09 (Wed, 09 May 2012)

Re: [Nix-dev] What kills my xserver?

2012-05-09 Thread Mathijs Kwik
Intel driver (and probably other modern drivers) _need_ KMS to set their resolution among other things. So X11 just won't start with nomodeset. On Wed, May 9, 2012 at 9:19 PM, Sol Reynolds sol.reyno...@gmail.com wrote: Hmm - I'm wondering if it might be KMS related.. Does disabling KMS change