Re: [Nix-dev] chromium problem

2012-07-04 Thread Arie Middelkoop
On 04/07/12 09:09, Sergey Mironov wrote: >> Did you try with a fully clean user environment? (~/.config/chromium) >> I've experienced similar errors when certain extensions stopped getting >> maintained. > > > Yes, I've tried to run from another (just created) user. Same > permanent "Aw, snap" for

Re: [Nix-dev] using my own xorg.conf

2012-05-26 Thread Arie Middelkoop
On 26/05/12 06:19, James Cook wrote: > 1. Patch modules/services/x11/xserver.nix to remove > "services.xserver.config = '' ... ''". If I don't do this, then the > resulting x.org configuration consists of the default configuration > concatenated with my configuration. This attribute is configured

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

2012-05-11 Thread Arie Middelkoop
On 11/05/12 08:24, Michael Raskin wrote: >> For me, I can still logout 90% of the time, loging out takes long (10 >> seconds or so) and it seems to crash the xserver at the end (display >> flashing, second of text console visible), but then I'm back at the >> kdm login screen where I can shutdown/r

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

2012-05-10 Thread Arie Middelkoop
On 10/05/12 15:43, Eelco Dolstra wrote: > It seems that X11 R7.7 will be released sometime soon, so that might be a good > time to upgrade the whole stack. I hope that will then fix things soon... Because I now have to use "sudo shutdown". However, I just noticed that this is not a good idea when

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

2012-05-10 Thread Arie Middelkoop
On 10/05/12 10:57, Cillian de Róiste wrote: > On Thu, May 10, 2012 at 12:05 AM, Arie Middelkoop wrote: >> Actually, I recall that the Nixos manual mentions that it's possible to test >> your system in a virtual machine. I wonder if this could help in ruling out >> ha

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

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 tha

[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 with

[Nix-commits] SVN commit: nix - r33837 - nixos/trunk/modules/services/x11/hardware

2012-04-19 Thread Arie Middelkoop
Author: amiddelk Date: Thu Apr 19 08:29:22 2012 New Revision: 33837 URL: https://nixos.org/websvn/nix/?rev=33837&sc=1 Log: Some additional synaptics settings. Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix ==

[Nix-commits] SVN commit: nix - r33836 - nixos/trunk/modules/services/networking

2012-04-19 Thread Arie Middelkoop
Author: amiddelk Date: Thu Apr 19 08:28:54 2012 New Revision: 33836 URL: https://nixos.org/websvn/nix/?rev=33836&sc=1 Log: Some additional xinetd settings. Modified: nixos/trunk/modules/services/networking/xinetd.nix Modified: nixos/trunk/modules/services/networking/xinetd.nix ===

[Nix-commits] SVN commit: nix - r33674 - in nixpkgs/trunk/pkgs: applications/audio/easytag development/ocaml-modules/menhir development/ocaml-modules/pycaml development/ocaml-modules/sexplib developme

2012-04-09 Thread Arie Middelkoop
Author: amiddelk Date: Mon Apr 9 09:42:20 2012 New Revision: 33674 URL: https://nixos.org/websvn/nix/?rev=33674&sc=1 Log: * Added "easytag", a GUI for organizing id3tags in mp3s. * Updated some ocaml packages. * Updated coccinelle. Added: nixpkgs/trunk/pkgs/applications/audio/easytag/ nixp

Re: [Nix-dev] accidentally committed too much, anyone cares about UHC?

2012-03-26 Thread Arie Middelkoop
> I accidentally committed an upgraded svn version of UHC in my commit > for 'haskell-lazysmallcheck' (33363). > If someone objects to this version (previous was "stable" release > 1.1.3), I will revert it. Probably not. If anybody would want to use UHC, then it's probably the latest SVN version

[Nix-commits] SVN commit: nix - r33399 - in nixpkgs/trunk/pkgs: development/compilers/ocaml top-level

2012-03-24 Thread Arie Middelkoop
Author: amiddelk Date: Sat Mar 24 22:59:08 2012 New Revision: 33399 URL: https://nixos.org/websvn/nix/?rev=33399&sc=1 Log: Recovered OCaml 3.11 by using version 3.11.2 and a patch from ocaml's bugtracker. Added: nixpkgs/trunk/pkgs/development/compilers/ocaml/3.11.2.nix - copied, changed

Re: [Nix-dev] where did ocaml 3.11 go?

2012-03-24 Thread Arie Middelkoop
On 17-03-12 16:24, Eelco Dolstra wrote: > On 17/03/12 15:17, Arie Middelkoop wrote: > >> It seems that OCaml 3.11 has disappeared from nixpkgs after the big >> stdenv update a week ago? I'm actually using that version of OCaml for >> testing purposes. > > If

[Nix-commits] SVN commit: nix - r33350 - nixpkgs/trunk/pkgs/development/ocaml-modules/extlib

2012-03-22 Thread Arie Middelkoop
Author: amiddelk Date: Thu Mar 22 10:32:32 2012 New Revision: 33350 URL: https://nixos.org/websvn/nix/?rev=33350&sc=1 Log: Fix of the ocaml extlib expression. The native object files were not installed. Turns out that also the 'opt' make target must be run besides 'all'. Modified: nixpkgs/tru

[Nix-commits] SVN commit: nix - r33349 - nixpkgs/trunk/pkgs/development/ocaml-modules/pcre

2012-03-22 Thread Arie Middelkoop
Author: amiddelk Date: Thu Mar 22 10:31:10 2012 New Revision: 33349 URL: https://nixos.org/websvn/nix/?rev=33349&sc=1 Log: Fix of the ocaml pcre nix expr. Added 'pcre' as propagated build input. Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix Modified: nixpkgs/trunk/pk

[Nix-commits] SVN commit: nix - r33348 - nixpkgs/trunk/pkgs/applications/networking/browsers/chromium

2012-03-22 Thread Arie Middelkoop
Author: amiddelk Date: Thu Mar 22 10:29:43 2012 New Revision: 33348 URL: https://nixos.org/websvn/nix/?rev=33348&sc=1 Log: Bumb of Chromium version. I've been using this one for a while now. Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/chromium/default.nix Modified: nixpkgs/

[Nix-dev] where did ocaml 3.11 go?

2012-03-17 Thread Arie Middelkoop
Hi NixOSers, It seems that OCaml 3.11 has disappeared from nixpkgs after the big stdenv update a week ago? I'm actually using that version of OCaml for testing purposes. Was it broken beyond repair, or was it just considered obsolete? I'd like to get it back and keep it in for a little while l

Re: [Nix-dev] chrome broken by libpng upgrade

2012-03-08 Thread Arie Middelkoop
On 08-03-12 11:13, Florian Friesdorf wrote: > Does the new chrome run with new libpng or do we still need to pass it > libpng12? Do you happen to know what chrome does with udev and > libXcomposite? No clue, but the most recent version doesn't run without it. When I start chromium from the com

Re: [Nix-dev] chrome broken by libpng upgrade

2012-03-07 Thread Arie Middelkoop
I've an update of the chrome expression here. The current version is more than a year old. I'll commit this at some point soon: > Index: > /etc/nixos/nixpkgs/pkgs/applications/networking/browsers/chromium/default.nix > === > --- >

[Nix-commits] SVN commit: nix - r32690 - nixpkgs/trunk/pkgs/misc/my-env

2012-02-29 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 29 12:55:51 2012 New Revision: 32690 URL: https://nixos.org/websvn/nix/?rev=32690&sc=1 Log: Changed 'myEnvFun' to in addition put a script in 'bin' so that you can run '. load--env' to load your environment. Modified: nixpkgs/trunk/pkgs/misc/my-env/default.nix

[Nix-commits] SVN commit: nix - r32689 - in nixpkgs/trunk/pkgs/applications/networking: dropbox newsreaders/kwooty

2012-02-29 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 29 12:54:35 2012 New Revision: 32689 URL: https://nixos.org/websvn/nix/?rev=32689&sc=1 Log: Cosmetic changes to newsreaders/kwooty and dropbox expressions. Modified: nixpkgs/trunk/pkgs/applications/networking/dropbox/default.nix nixpkgs/trunk/pkgs/applications

[Nix-commits] SVN commit: nix - r32688 - in nixpkgs/trunk/pkgs: applications/editors/emacs-modes/ocaml top-level

2012-02-29 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 29 12:53:13 2012 New Revision: 32688 URL: https://nixos.org/websvn/nix/?rev=32688&sc=1 Log: ocaml-mode for emacs. There seem to exist multiple (very old) versions. I'm taking the one shipped with the ocaml compiler, which is hopefully the "most appropriate". Added

[Nix-commits] SVN commit: nix - r32687 - in nixpkgs/trunk/pkgs/development/ocaml-modules: ocamlmake pycaml

2012-02-29 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 29 12:51:06 2012 New Revision: 32687 URL: https://nixos.org/websvn/nix/?rev=32687&sc=1 Log: OCamlMakefile update. Added: nixpkgs/trunk/pkgs/development/ocaml-modules/ocamlmake/setup-hook.sh Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/ocamlmake/defau

[Nix-commits] SVN commit: nix - r32686 - nixpkgs/trunk/pkgs/build-support/make-startupitem

2012-02-29 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 29 12:50:17 2012 New Revision: 32686 URL: https://nixos.org/websvn/nix/?rev=32686&sc=1 Log: Added an optional parameter to "make-startupitem" to provide a prefix to the ".desktop" file. Modified: nixpkgs/trunk/pkgs/build-support/make-startupitem/default.nix Mod

[Nix-commits] SVN commit: nix - r32547 - in nixpkgs/trunk/pkgs: os-specific/linux/mcelog top-level

2012-02-24 Thread Arie Middelkoop
Author: amiddelk Date: Fri Feb 24 20:20:59 2012 New Revision: 32547 URL: https://nixos.org/websvn/nix/?rev=32547&sc=1 Log: mcelog: a tool to access the machine check exceptions logged by the kernel. The kernel indicated that machine check exceptions were logged, but did not tell what kind of exc

[Nix-commits] SVN commit: nix - r32545 - in nixpkgs/trunk/pkgs: applications/networking/dropbox top-level

2012-02-24 Thread Arie Middelkoop
Author: amiddelk Date: Fri Feb 24 17:53:19 2012 New Revision: 32545 URL: https://nixos.org/websvn/nix/?rev=32545&sc=1 Log: Added dropbox (binary). Added: nixpkgs/trunk/pkgs/applications/networking/dropbox/ nixpkgs/trunk/pkgs/applications/networking/dropbox/default.nix Modified: nixpkgs/t

[Nix-commits] SVN commit: nix - r32532 - in nixpkgs/trunk/pkgs: os-specific/linux/rfkill top-level

2012-02-23 Thread Arie Middelkoop
Author: amiddelk Date: Fri Feb 24 01:35:59 2012 New Revision: 32532 URL: https://nixos.org/websvn/nix/?rev=32532&sc=1 Log: rfkill udev package. Added: nixpkgs/trunk/pkgs/os-specific/linux/rfkill/rfkill-hook.sh (contents, props changed) nixpkgs/trunk/pkgs/os-specific/linux/rfkill/udev.nix

[Nix-commits] SVN commit: nix - r32531 - in nixpkgs/trunk/pkgs/os-specific/linux: acpi-call bbswitch

2012-02-23 Thread Arie Middelkoop
Author: amiddelk Date: Fri Feb 24 00:17:09 2012 New Revision: 32531 URL: https://nixos.org/websvn/nix/?rev=32531&sc=1 Log: Let 'bbswitch' and 'acpi-call' use the attribute kernel.version instead of a nasty 'ls' to determine the kernel version. Modified: nixpkgs/trunk/pkgs/os-specific/linux/ac

[Nix-commits] SVN commit: nix - r32530 - nixpkgs/trunk/pkgs/build-support/release

2012-02-23 Thread Arie Middelkoop
Author: amiddelk Date: Thu Feb 23 23:50:56 2012 New Revision: 32530 URL: https://nixos.org/websvn/nix/?rev=32530&sc=1 Log: Fixed autoconfPhase so that it additionally tests if ./bootstrap is a file (and not a directory with executable permission) before executing it. Modified: nixpkgs/trunk/p

[Nix-commits] SVN commit: nix - r32529 - in nixpkgs/trunk/pkgs: applications/networking/irc/bip top-level

2012-02-23 Thread Arie Middelkoop
Author: amiddelk Date: Thu Feb 23 23:47:26 2012 New Revision: 32529 URL: https://nixos.org/websvn/nix/?rev=32529&sc=1 Log: Added the irc proxy "bip". Added: nixpkgs/trunk/pkgs/applications/networking/irc/bip/ nixpkgs/trunk/pkgs/applications/networking/irc/bip/default.nix Modified: nixpkg

Re: [Nix-dev] hardware.enableAllFirmware doesn't work

2012-02-21 Thread Arie Middelkoop
Hi James, On 21-02-12 03:09, James Cook wrote: > Quoting Arie Middelkoop : > >> On 14-02-12 05:56, James Cook wrote: >>> apply = list: pkgs.buildEnv { >>> + ignoreCollisions = true; >>> > Proposed new description: > > Also, it might be he

[Nix-commits] SVN commit: nix - r32445 - nixos/trunk/modules/services/hardware

2012-02-21 Thread Arie Middelkoop
Author: amiddelk Date: Tue Feb 21 10:02:58 2012 New Revision: 32445 URL: https://nixos.org/websvn/nix/?rev=32445&sc=1 Log: Applied the patch of James Cook. Modified: nixos/trunk/modules/services/hardware/udev.nix Modified: nixos/trunk/modules/services/hardware/udev.nix ===

[Nix-commits] SVN commit: nix - r32444 - nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive

2012-02-21 Thread Arie Middelkoop
Author: amiddelk Date: Tue Feb 21 09:01:56 2012 New Revision: 32444 URL: https://nixos.org/websvn/nix/?rev=32444&sc=1 Log: Updated the hash of texlive's 'moderncv.zip'. Apparently the file gets updated once in a while. It does not have a version number either. Not very nice. Modified: nixpkg

Re: [Nix-dev] getConfig vs packageOverrides

2012-02-20 Thread Arie Middelkoop
Configuration options seem to me nicer if it's about turning particular features on/off. In particular, this seems pretty nice for specifying global preferences for packages, like enabling pulseaudio support, bluetooth support, etc. If you use optional arguments and packageOverrides to set them

[Nix-commits] SVN commit: nix - r32363 - nixpkgs/trunk/pkgs/desktops/kde-4.7

2012-02-17 Thread Arie Middelkoop
Author: amiddelk Date: Fri Feb 17 18:55:36 2012 New Revision: 32363 URL: https://nixos.org/websvn/nix/?rev=32363&sc=1 Log: kde-runtime requires libjpeg as buildInput. Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/kde-runtime.nix Modified: nixpkgs/trunk/pkgs/desktops/kde-4.7/kde-runtime.nix ==

[Nix-commits] SVN commit: nix - r32341 - nixpkgs/trunk/pkgs/development/tools/misc/coccinelle

2012-02-16 Thread Arie Middelkoop
Author: amiddelk Date: Thu Feb 16 23:55:46 2012 New Revision: 32341 URL: https://nixos.org/websvn/nix/?rev=32341&sc=1 Log: Coccinelle: wrapper for 'spatch.opt'. There was already a wrapper for spatch, but not for the optimized version 'spatch.opt'. Actually, for coccinelle in nixpkgs, I'd propos

Re: [Nix-dev] powertop kernel

2012-02-14 Thread Arie Middelkoop
On 13-02-12 22:24, Mathijs Kwik wrote: > Hi all, > > I want to do some power usage tuning for my laptop, or at least gain > some insights into how my battery is spent. > I understand I need the powertop tool to do this, and I found that it > complains about some kernel config options. Compare the

Re: [Nix-dev] hardware.enableAllFirmware doesn't work

2012-02-14 Thread Arie Middelkoop
On 14-02-12 05:56, James Cook wrote: > This fixed it for me: > apply = list: pkgs.buildEnv { > + ignoreCollisions = true; > > Even with the above change, I think you get ugly warnings about the > collisions. Seems to me the best solution for now, although I guess that the order in which the firmw

Re: [Nix-dev] Hardcoding /var/run/current-system in nixpkgs

2012-02-14 Thread Arie Middelkoop
> Nevertheless, I prefer first to have the use case than working on a solution, > because we may come up with many solutions that don't solve any use case > problem for anyone. I encountered perhaps such a use case yesterday: the consolekit package contained scripts that runs either /sbin/shutdown

[Nix-commits] SVN commit: nix - r32261 - nixpkgs/trunk/pkgs/development/libraries/consolekit

2012-02-13 Thread Arie Middelkoop
Author: amiddelk Date: Mon Feb 13 17:15:34 2012 New Revision: 32261 URL: https://nixos.org/websvn/nix/?rev=32261&sc=1 Log: Fixed poweroff/reboot in "consolekit" for NixOS. Added: nixpkgs/trunk/pkgs/development/libraries/consolekit/commands.patch Modified: nixpkgs/trunk/pkgs/development/libr

Re: [Nix-dev] hardware.enableAllFirmware doesn't work

2012-02-13 Thread Arie Middelkoop
> I am guessing the way to fix this is to set meta.priority on one of > the two packages, but I don't understand the situation well enough to > know if that will break anything. Hmm, I already gave it a lower priority than the default. At least, I gave it priority number "10", which is called a l

Re: [Nix-dev] Halting from kde, or exiting session

2012-02-13 Thread Arie Middelkoop
On 08-02-12 10:41, Arie Middelkoop wrote: > On 07-02-12 23:44, Lluís Batlle i Rossell wrote: >> On Tue, Feb 07, 2012 at 11:22:19PM +0100, Lluís Batlle i Rossell wrote: >>> since some recent update, the KDE we have does not halt anymore. >>> Clicks to shutdown, reboot,

[Nix-commits] SVN commit: nix - r32226 - nixpkgs/trunk/pkgs/applications/networking/newsreaders/kwooty

2012-02-11 Thread Arie Middelkoop
Author: amiddelk Date: Sat Feb 11 09:06:09 2012 New Revision: 32226 URL: https://nixos.org/websvn/nix/?rev=32226&sc=1 Log: Kwooty binary newsreader version bump 0.8.0 -> 0.8.1. Newer version builds against the updated dependencies of the package. Modified: nixpkgs/trunk/pkgs/applications/netw

[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

Re: [Nix-dev] ffmpeg defaults

2012-02-08 Thread Arie Middelkoop
Also, I think that mplayer uses ffmpeg. When I recently tried to watch some movie with it, it didn't have the codec. That was rather disappointing. VLC on the other hand knew the codec out of the box. So, in this case, I rather have more dependencies so that it works out of the box... On 08-02

Re: [Nix-dev] Halting from kde, or exiting session

2012-02-08 Thread Arie Middelkoop
On 08-02-12 11:02, Yury G. Kudryashov wrote: > Arie Middelkoop wrote: > >> On 07-02-12 23:44, Lluís Batlle i Rossell wrote: >>> On Tue, Feb 07, 2012 at 11:22:19PM +0100, Lluís Batlle i Rossell wrote: >>>> since some recent update, the KDE we have does not halt

Re: [Nix-dev] upgrades and new packages

2012-02-08 Thread Arie Middelkoop
On 05-02-12 16:40, Mathijs Kwik wrote: > [11] > I don't know if there's a policy for licensed commercial software (of > which the binaries aren't freely downloadable), > but I packaged a nice game and I learned a bit about rpath and > binaries under nixos doing so. > The nix expression might serve

Re: [Nix-dev] Halting from kde, or exiting session

2012-02-08 Thread Arie Middelkoop
On 07-02-12 23:44, Lluís Batlle i Rossell wrote: > On Tue, Feb 07, 2012 at 11:22:19PM +0100, Lluís Batlle i Rossell wrote: >> since some recent update, the KDE we have does not halt anymore. >> Clicks to shutdown, reboot, exit, ... none work. They don't do anything >> beyond >> hiding back the men

Re: [Nix-dev] Experiences with Nvidia Optimus?

2012-02-07 Thread Arie Middelkoop
On 06-02-12 19:29, Mathijs Kwik wrote: > However, if I load microcode during boot, the system fully hangs. I noticed the same. At least, it then takes 10 minutes to boot. It's apparently a known bug: the module may only be loaded after the firmware files are available. This requirement is not unre

Re: [Nix-dev] SVN commit: nix - r31502 - in nixos/trunk/modules: . hardware

2012-02-07 Thread Arie Middelkoop
On 12-01-12 20:57, Eelco Dolstra wrote: > P.S. I suggested to Arie that we should use the Debian firmware packages > in NixOS, since they've done the hard work of gathering all these > firmwares and keeping them up to date. This list is now in: > pkgs/os-specific/linux/firmware/firmware-linux-non

[Nix-commits] SVN commit: nix - r32097 - in nixpkgs/trunk/pkgs/os-specific/linux/firmware: firmware-linux-nonfree rtl8192c

2012-02-07 Thread Arie Middelkoop
Author: amiddelk Date: Tue Feb 7 09:14:34 2012 New Revision: 32097 URL: https://nixos.org/websvn/nix/?rev=32097&sc=1 Log: linux-firmware-nonfree 0.33 -> 0.35 Modified: nixpkgs/trunk/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix nixpkgs/trunk/pkgs/os-specific/linux/fir

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

2012-02-07 Thread Arie Middelkoop
Author: amiddelk Date: Tue Feb 7 09:13:45 2012 New Revision: 32096 URL: https://nixos.org/websvn/nix/?rev=32096&sc=1 Log: Linux kernel 3.2.2 -> 3.2.4. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix =

Re: [Nix-dev] Experiences with Nvidia Optimus?

2012-02-05 Thread Arie Middelkoop
On 05-02-12 11:48, Mathijs Kwik wrote: > I haven't seen (or needed) microcode related stuff since then, but I > got curious after your commit. > > A quick look at archlinux gives: > http://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/intel-ucode > > In other words: you are rig

[Nix-commits] SVN commit: nix - r32042 - in nixpkgs/trunk/pkgs: os-specific/linux/microcode top-level

2012-02-05 Thread Arie Middelkoop
Author: amiddelk Date: Sun Feb 5 20:44:19 2012 New Revision: 32042 URL: https://nixos.org/websvn/nix/?rev=32042&sc=1 Log: Improved the expression for intel microcode. Added: nixpkgs/trunk/pkgs/os-specific/linux/microcode/converter.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/microcod

Re: [Nix-dev] upgrades and new packages

2012-02-05 Thread Arie Middelkoop
On 05-02-12 16:40, Mathijs Kwik wrote: > [11] > I don't know if there's a policy for licensed commercial software (of > which the binaries aren't freely downloadable), > but I packaged a nice game and I learned a bit about rpath and > binaries under nixos doing so. > The nix expression might serve

Re: [Nix-dev] Experiences with Nvidia Optimus?

2012-02-05 Thread Arie Middelkoop
On 05-02-12 09:16, Mathijs Kwik wrote: > On Sun, Feb 5, 2012 at 2:11 AM, Arie Middelkoop wrote: >> The main advantage of the package actually arises when you don't use the >> card: it uses ACPI to shutdown the card, which - depending on what card you >> have - saves qu

Re: [Nix-dev] Experiences with Nvidia Optimus?

2012-02-04 Thread Arie Middelkoop
On 16-01-12 13:35, Mathijs Kwik wrote: > On Sat, Jan 14, 2012 at 11:01 AM, Arie Middelkoop wrote: >> Does any of you have experience with getting hardware acceleration for >> nvidia optimus laptop videocards (e.g. GT555M) to work? My fresh new laptop >> with Nixos is getting

[Nix-commits] SVN commit: nix - r32036 - in nixpkgs/trunk/pkgs: development/libraries/libbsd development/libraries/libjpeg-turbo tools/X11/bumblebee tools/X11/virtualgl top-level

2012-02-04 Thread Arie Middelkoop
Author: amiddelk Date: Sun Feb 5 00:51:35 2012 New Revision: 32036 URL: https://nixos.org/websvn/nix/?rev=32036&sc=1 Log: Added 'bumblebee', a package that facilitates NVidia Optimus graphics with X11. Note: it relies heavily on 'virtualgl'. This also makes the approach taken by bumblebee not ve

[Nix-commits] SVN commit: nix - r32035 - nixpkgs/trunk/pkgs/servers/x11/xorg

2012-02-04 Thread Arie Middelkoop
Author: amiddelk Date: Sun Feb 5 00:43:54 2012 New Revision: 32035 URL: https://nixos.org/websvn/nix/?rev=32035&sc=1 Log: Version bumb of 'xf86-synaptics' module, which fixes a cpu-stealing bug when using syndaemon. Modified: nixpkgs/trunk/pkgs/servers/x11/xorg/default.nix nixpkgs/trunk/p

Re: [Nix-dev] Selecting a version of postgresql

2012-02-03 Thread Arie Middelkoop
> I poked around a little and discovered that there are three postgresql's > in pkgs/top-level/all-packages.nix, and the "plain" postgresql is > pointing to the oldest one. So I edited all-packages.nix to point to the > newest one: > > ... >postgresql = postgresql90; > >postgresql83 = call

[Nix-commits] SVN commit: nix - r31959 - in nixpkgs/trunk/pkgs: applications/networking/skype top-level

2012-02-01 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 1 22:09:35 2012 New Revision: 31959 URL: https://nixos.org/websvn/nix/?rev=31959&sc=1 Log: Update of skype expression: make the use of pulse audio optional based on the configuration setting for pulse audio (off by default). Removing pulse audio from the build inp

[Nix-commits] SVN commit: nix - r31958 - nixpkgs/trunk/pkgs/build-support/make-startupitem

2012-02-01 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 1 22:06:49 2012 New Revision: 31958 URL: https://nixos.org/websvn/nix/?rev=31958&sc=1 Log: Makes a .desktop startup item from a .desktop menu entry. Added: nixpkgs/trunk/pkgs/build-support/make-startupitem/ nixpkgs/trunk/pkgs/build-support/make-startupitem/de

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

2012-02-01 Thread Arie Middelkoop
Author: amiddelk Date: Wed Feb 1 22:05:21 2012 New Revision: 31957 URL: https://nixos.org/websvn/nix/?rev=31957&sc=1 Log: Microcode for intel processors (put in firmware, and 'modprobe microcode') Added: nixpkgs/trunk/pkgs/os-specific/linux/microcode/ nixpkgs/trunk/pkgs/os-specific/linux/m

[Nix-commits] SVN commit: nix - r31874 - in nixpkgs/trunk/pkgs: os-specific/linux/kernel top-level

2012-01-26 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 26 23:25:39 2012 New Revision: 31874 URL: https://nixos.org/websvn/nix/?rev=31874&sc=1 Log: Stable kernel 3.2.2 released today. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs

[Nix-commits] SVN commit: nix - r31873 - nixpkgs/trunk/pkgs/applications/networking/newsreaders/kwooty

2012-01-26 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 26 23:24:40 2012 New Revision: 31873 URL: https://nixos.org/websvn/nix/?rev=31873&sc=1 Log: kwooty expression: slight improvement of the build inputs. Modified: nixpkgs/trunk/pkgs/applications/networking/newsreaders/kwooty/default.nix Modified: nixpkgs/trunk/pk

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

2012-01-26 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 26 23:23:32 2012 New Revision: 31872 URL: https://nixos.org/websvn/nix/?rev=31872&sc=1 Log: Bluetooth driver version bumb. The previous version gave a runtime error. Perhaps this one works better... Modified: nixpkgs/trunk/pkgs/os-specific/linux/bluez/default.ni

[Nix-commits] SVN commit: nix - r31840 - in nixpkgs/trunk/pkgs: os-specific/linux/bbswitch top-level

2012-01-25 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 26 01:02:22 2012 New Revision: 31840 URL: https://nixos.org/websvn/nix/?rev=31840&sc=1 Log: Added the 'bbswitch' module, which is a more conventient module for powering off/on nvidia graphics cards than possible via the acpi_call module. Added: nixpkgs/trunk/pkg

[Nix-commits] SVN commit: nix - r31829 - in nixpkgs/trunk/pkgs: applications/networking/newsreaders/kwooty top-level

2012-01-24 Thread Arie Middelkoop
Author: amiddelk Date: Tue Jan 24 22:09:17 2012 New Revision: 31829 URL: https://nixos.org/websvn/nix/?rev=31829&sc=1 Log: added kwooty: a binary newsreader (kde). Added: nixpkgs/trunk/pkgs/applications/networking/newsreaders/kwooty/ nixpkgs/trunk/pkgs/applications/networking/newsreaders/kw

[Nix-commits] SVN commit: nix - r31828 - nixpkgs/trunk/pkgs/development/tools/misc/coccinelle

2012-01-24 Thread Arie Middelkoop
Author: amiddelk Date: Tue Jan 24 22:08:17 2012 New Revision: 31828 URL: https://nixos.org/websvn/nix/?rev=31828&sc=1 Log: coccinelle: comment update in nix expr.. Modified: nixpkgs/trunk/pkgs/development/tools/misc/coccinelle/default.nix Modified: nixpkgs/trunk/pkgs/development/tools/misc/co

[Nix-commits] SVN commit: nix - r31827 - nixpkgs/trunk/pkgs/applications/editors/emacs-modes/htmlize

2012-01-24 Thread Arie Middelkoop
Author: amiddelk Date: Tue Jan 24 22:06:35 2012 New Revision: 31827 URL: https://nixos.org/websvn/nix/?rev=31827&sc=1 Log: emacs htmlize: fix of broken source url. Modified: nixpkgs/trunk/pkgs/applications/editors/emacs-modes/htmlize/default.nix Modified: nixpkgs/trunk/pkgs/applications/edit

[Nix-commits] SVN commit: nix - r31786 - nixpkgs/trunk/pkgs/development/libraries/libmsn

2012-01-21 Thread Arie Middelkoop
Author: amiddelk Date: Sat Jan 21 23:59:36 2012 New Revision: 31786 URL: https://nixos.org/websvn/nix/?rev=31786&sc=1 Log: Version bumb of libmsn to 4.2.1. This fixes the problem that with the previous version a connection with microsoft services could not be established anymore. Modified: n

Re: [Nix-dev] Dropping --with-gallium-drivers=i965 from mesa

2012-01-21 Thread Arie Middelkoop
Hi Mathijs, > But as already stated, I don't mind stuff breaking. I do mind slow > procedures for changes :) Nice that you fixed it :) So, if I understand it correctly, the intel driver/mesa/etc combination in nixpkgs is currently broken (it's not just my hardware). That by itself should be en

Re: [Nix-dev] defaultLocale

2012-01-20 Thread Arie Middelkoop
On 20-01-12 13:30, Mathijs Kwik wrote: > I use: > > i18n.defaultLocale = "nl_NL.utf8"; > environment.shellInit ='' >export LC_MESSAGES=en_US.utf8 > ''; > > which does what you want, everything nl_NL except for messages/man > pages/command output. > > I do however get strange warnings (not error

[Nix-dev] defaultLocale

2012-01-20 Thread Arie Middelkoop
Hello Nixos'rs! I'd like to set some system defaults for currencies, 24h time, etc, so I've set the 'defaultLocale' option in my /etc/nixos/configuration.nix: > i18n.defaultLocale = "nl_NL.UTF-8"; However, this setting is taking it a bit too far, because I now also get localized output from t

Re: [Nix-dev] Experiences with Nvidia Optimus?

2012-01-19 Thread Arie Middelkoop
On 19-01-12 22:57, Mathijs Kwik wrote: > On Thu, Jan 19, 2012 at 9:52 PM, Arie Middelkoop wrote: >> Hi Mathijs, >> >> Thanks for your reply. It resolved my confusion somewhat :) >> >> >>>> Although it is likely a separate issue, when using the intel d

Re: [Nix-dev] Experiences with Nvidia Optimus?

2012-01-19 Thread Arie Middelkoop
Hi Mathijs, Thanks for your reply. It resolved my confusion somewhat :) >> Although it is likely a separate issue, when using the intel driver, all KDE >> popdown menus have a graphical corruption (e.g. fully black), whereas e.g. >> popup menus in Chrome do not have any corruption. But this is an

[Nix-commits] SVN commit: nix - r31615 - in nixpkgs/trunk/pkgs: applications/networking/mailreaders/thunderbird top-level

2012-01-17 Thread Arie Middelkoop
Author: amiddelk Date: Tue Jan 17 22:43:26 2012 New Revision: 31615 URL: https://nixos.org/websvn/nix/?rev=31615&sc=1 Log: Update of the 'thunderbird' package to 9.0.1. Note: this update simplified the nix expression, as some of the problems mentioned in the original expression do not seem prese

[Nix-commits] SVN commit: nix - r31614 - nixpkgs/trunk/pkgs/applications/editors/jedit

2012-01-17 Thread Arie Middelkoop
Author: amiddelk Date: Tue Jan 17 22:40:05 2012 New Revision: 31614 URL: https://nixos.org/websvn/nix/?rev=31614&sc=1 Log: Update of the 'jedit' package. Modified: nixpkgs/trunk/pkgs/applications/editors/jedit/default.nix Modified: nixpkgs/trunk/pkgs/applications/editors/jedit/default.nix ===

[Nix-commits] SVN commit: nix - r31579 - in nixpkgs/trunk/pkgs: development/ocaml-modules/extlib development/ocaml-modules/ocamlmake development/ocaml-modules/pcre development/ocaml-modules/pycaml dev

2012-01-16 Thread Arie Middelkoop
Author: amiddelk Date: Mon Jan 16 10:20:13 2012 New Revision: 31579 URL: https://nixos.org/websvn/nix/?rev=31579&sc=1 Log: Updated the coccinelle package to the latest release (1.0.0-RC9). Added additional ocaml modules which are needed for coccinelle. Added: nixpkgs/trunk/pkgs/development/oc

[Nix-commits] SVN commit: nix - r31578 - nixpkgs/trunk/pkgs/development/ocaml-modules/batteries

2012-01-16 Thread Arie Middelkoop
Author: amiddelk Date: Mon Jan 16 10:17:02 2012 New Revision: 31578 URL: https://nixos.org/websvn/nix/?rev=31578&sc=1 Log: Minor-version bump of ocaml-batteries. The previous version did not compile with ocaml>=3.12, and this version is also backwards compatible with 3.11. Modified: nixpkgs/

Re: [Nix-dev] synaptic driver broken + fix

2012-01-16 Thread Arie Middelkoop
Oops! I didn't notice it because I was not using the default value... Should be fixed now. 2012/1/14 Mathijs Kwik > Hi Arie, > > Commit https://nixos.org/repos/nix/nixos/trunk@31523 contained a small > mistake, leading to a crash while building: > "value is a string while a Boolean was expected"

[Nix-dev] Experiences with Nvidia Optimus?

2012-01-16 Thread Arie Middelkoop
Hi, Does any of you have experience with getting hardware acceleration for nvidia optimus laptop videocards (e.g. GT555M) to work? My fresh new laptop with Nixos is getting into a workable state, but this videocard issue seems quite a pain. If I understand the webpages that I read so far correctl

Re: [Nix-dev] SVN commit: nix - r31502 - in nixos/trunk/modules: . hardware

2012-01-16 Thread Arie Middelkoop
Sorry for replying a bit late. The emailadres of my svn account is no longer valid, so I only notice it by going through the email on the list. > Also, I'm used to placing firmware that I want installed into the > > hardware.firmware option, like this: > > > >hardware.firmware = [ pkgs.firmwar

Re: [Nix-dev] [nix-dev] broken manifest

2012-01-15 Thread Arie Middelkoop
Delete: /nix/store/ps8c0vgpwz4zdgr0jznxak6cp53f95lm-MANIFEST.bz2 then run: nix-store --verify Your next nixos-rebuild will then download the manifest again. The problem is that the manifest that you downloaded is corrupted. I had this several times when I was connected to an access point that req

[Nix-commits] SVN commit: nix - r31538 - nixos/trunk/modules/services/x11/hardware

2012-01-14 Thread Arie Middelkoop
Author: amiddelk Date: Sat Jan 14 12:24:41 2012 New Revision: 31538 URL: https://nixos.org/websvn/nix/?rev=31538&sc=1 Log: Another type error fix ("The example shouldn't be a string either"). Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix Modified: nixos/trunk/modules/servi

[Nix-commits] SVN commit: nix - r31529 - nixos/trunk/modules/services/x11/hardware

2012-01-14 Thread Arie Middelkoop
Author: amiddelk Date: Sat Jan 14 09:40:08 2012 New Revision: 31529 URL: https://nixos.org/websvn/nix/?rev=31529&sc=1 Log: Fixed the default value for the palmDetect synaptics option (empty string -> false). Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix Modified: nixos/tr

[Nix-commits] SVN commit: nix - r31528 - in nixpkgs/trunk/pkgs: os-specific/linux/firmware/firmware-linux-free os-specific/linux/firmware/firmware-linux-nonfree top-level

2012-01-14 Thread Arie Middelkoop
Author: amiddelk Date: Sat Jan 14 09:31:12 2012 New Revision: 31528 URL: https://nixos.org/websvn/nix/?rev=31528&sc=1 Log: Removed the now obsolete firmware-linux-free package. Deleted: nixpkgs/trunk/pkgs/os-specific/linux/firmware/firmware-linux-free/ Modified: nixpkgs/trunk/pkgs/os-speci

[Nix-commits] SVN commit: nix - r31527 - in nixos/trunk/modules: . hardware

2012-01-14 Thread Arie Middelkoop
Author: amiddelk Date: Sat Jan 14 09:30:24 2012 New Revision: 31527 URL: https://nixos.org/websvn/nix/?rev=31527&sc=1 Log: Some renaming as was mentioned on the mailinglist. Also, removed the firmware-free option because that firmware is already in the kernel package and thus causing collisions

[Nix-commits] SVN commit: nix - r31525 - nixpkgs/trunk/pkgs/applications/networking/skype

2012-01-13 Thread Arie Middelkoop
Author: amiddelk Date: Fri Jan 13 22:31:42 2012 New Revision: 31525 URL: https://nixos.org/websvn/nix/?rev=31525&sc=1 Log: Removed some debugging info that I forgot to remove *oops*. Modified: nixpkgs/trunk/pkgs/applications/networking/skype/default.nix Modified: nixpkgs/trunk/pkgs/applicatio

[Nix-commits] SVN commit: nix - r31524 - nixos/trunk/modules/config

2012-01-13 Thread Arie Middelkoop
Author: amiddelk Date: Fri Jan 13 22:25:16 2012 New Revision: 31524 URL: https://nixos.org/websvn/nix/?rev=31524&sc=1 Log: Added the "conservative" governer to the loaded cpufreq governors when you enable powermanagement. Modified: nixos/trunk/modules/config/power-management.nix Modified: ni

[Nix-commits] SVN commit: nix - r31523 - nixos/trunk/modules/services/x11/hardware

2012-01-13 Thread Arie Middelkoop
Author: amiddelk Date: Fri Jan 13 22:23:18 2012 New Revision: 31523 URL: https://nixos.org/websvn/nix/?rev=31523&sc=1 Log: Additional options for synaptics How can you ever work with a touchpad while having finger taps on... Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix M

[Nix-commits] SVN commit: nix - r31522 - nixpkgs/trunk/pkgs/applications/networking/skype

2012-01-13 Thread Arie Middelkoop
Author: amiddelk Date: Fri Jan 13 22:21:48 2012 New Revision: 31522 URL: https://nixos.org/websvn/nix/?rev=31522&sc=1 Log: Desktopitem for the Skype package. Modified: nixpkgs/trunk/pkgs/applications/networking/skype/default.nix Modified: nixpkgs/trunk/pkgs/applications/networking/skype/defau

[Nix-commits] SVN commit: nix - r31506 - nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-multitouch

2012-01-13 Thread Arie Middelkoop
Author: amiddelk Date: Fri Jan 13 08:26:45 2012 New Revision: 31506 URL: https://nixos.org/websvn/nix/?rev=31506&sc=1 Log: Fixed the hash of the multitouch package. Note: the specified rev is still the latest in the master branch, so it's actually odd that the computed hash is not correct. Modif

[Nix-commits] SVN commit: nix - r31502 - in nixos/trunk/modules: . hardware

2012-01-12 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 12 17:17:01 2012 New Revision: 31502 URL: https://nixos.org/websvn/nix/?rev=31502&sc=1 Log: Added an option to enable the firmware from 'firmware-linux-nonfree' and 'firmware-linux-free'. Added: nixos/trunk/modules/hardware/firmware-free.nix nixos/trunk/modul

[Nix-commits] SVN commit: nix - r31501 - in nixpkgs/trunk/pkgs: os-specific/linux/firmware/dwmw2 os-specific/linux/firmware/firmware-linux-free os-specific/linux/firmware/firmware-linux-nonfree os-spe

2012-01-12 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 12 17:16:11 2012 New Revision: 31501 URL: https://nixos.org/websvn/nix/?rev=31501&sc=1 Log: Added firmware-linux-nonfree and directly also the free variant. Todo for later: take the files from the various .deb files instead of the source distribution. This version

[Nix-commits] SVN commit: nix - r31492 - in nixpkgs/trunk/pkgs: os-specific/linux/firmware/dwmw2 os-specific/linux/firmware/rtl8192c top-level

2012-01-12 Thread Arie Middelkoop
Author: amiddelk Date: Thu Jan 12 10:17:29 2012 New Revision: 31492 URL: https://nixos.org/websvn/nix/?rev=31492&sc=1 Log: Fixed rtl8192cfw firmware package. Also, added a package that fetches all firmware from dwmw2's repo on kernel.org. Specific firmware can then simply copy the driver out of t

[Nix-commits] SVN commit: nix - r31485 - nixpkgs/trunk/pkgs/applications/networking/irc/xchat

2012-01-11 Thread Arie Middelkoop
Author: amiddelk Date: Wed Jan 11 22:32:17 2012 New Revision: 31485 URL: https://nixos.org/websvn/nix/?rev=31485&sc=1 Log: Update of XChat to 2.8.8; old version 2.8.4 does not compile. Modified: nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix Modified: nixpkgs/trunk/pkgs/appl