Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread Eelco Dolstra
Hi, On 09/02/2011 01:57 AM, rocon...@theorem.ca wrote: Is there some way to disable pulseaudio in kde-4.5.5? Just set hardware.pulseaudio.enable = false; in configuration.nix (which happens to be the default). This should cause /etc/pulse/client.conf to contain the line autospawn=no,

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

2011-09-02 Thread Michael Raskin
Author: raskin Date: Fri Sep 2 08:05:51 2011 New Revision: 28969 URL: https://svn.nixos.org/websvn/nix/?rev=28969sc=1 Log: Adding Regina-REXX interpreter Added: nixpkgs/trunk/pkgs/development/interpreters/regina/ nixpkgs/trunk/pkgs/development/interpreters/regina/default.nix Modified:

Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread Nicolas Pierron
Hi, On Fri, Sep 2, 2011 at 08:44, Eelco Dolstra e.dols...@tudelft.nl wrote: On 09/02/2011 01:57 AM, rocon...@theorem.ca wrote: Is there some way to disable pulseaudio in kde-4.5.5? Just set hardware.pulseaudio.enable = false; in configuration.nix (which happens to be the default). To know

[Nix-commits] SVN commit: nix - r28970 - nixpkgs/trunk/pkgs/tools/system/ts

2011-09-02 Thread Lluís Batlle
Author: viric Date: Fri Sep 2 08:57:12 2011 New Revision: 28970 URL: https://svn.nixos.org/websvn/nix/?rev=28970sc=1 Log: Updating task spooler. Modified: nixpkgs/trunk/pkgs/tools/system/ts/default.nix Modified: nixpkgs/trunk/pkgs/tools/system/ts/default.nix

Re: [Nix-dev] Re: Planned Changes for Darwin Users

2011-09-02 Thread Ludovic Courtès
Shea Levy s...@shealevy.com skribis: GNU binutils doesn't support as or ld for mach-o, so we'll need the Apple versions of those until it does. Oh, right. Thanks, Ludo’. ___ nix-dev mailing list nix-dev@cs.uu.nl

[Nix-dev] Disaster recovery / re-deployment

2011-09-02 Thread Rickard Nilsson
Hi, I am interested in what a more or less automatic NixOS backup/restore system would look like. What is the simplest way of re-building a complete NixOS system given you have copies of the original configuration.nix, /nix/store and the nixos and nixpkgs repositories? I have looked at the

[Nix-commits] NixOS - Issue 142

2011-09-02 Thread noreply
NixOS #142 (2 Sep)By Nicolas PierronDocument nixos-install-archiveI search the sources for both bootstrap archive, I've no idea what this does nor where to find it. Please document what it does in the NixOS manual. -- Issue on YellowGrass -- http://yellowgrass.org --

[Nix-commits] NixOS - Issue 143

2011-09-02 Thread noreply
NixOS #143 (2 Sep)By Nicolas PierronFix nixos-install-archive (does not include all modules)Based on the code, nixos-install-archive only cares about configuration.nix and nixos/nixpkgs sources. To be safe it should use the generated closure of modules, filtered out nixos repository modules, and

[Nix-commits] SVN commit: nix - r28972 - nixos/trunk/modules/system/boot

2011-09-02 Thread Eelco Dolstra
Author: eelco Date: Fri Sep 2 13:19:45 2011 New Revision: 28972 URL: https://svn.nixos.org/websvn/nix/?rev=28972sc=1 Log: * Use the CFQ I/O scheduler, rather than the ‘none’ scheduler. This was already the case on Linux 2.6.32, but in newer kernels the CFQ scheduler is built as a module, so

[Nix-commits] SVN commit: nix - r28973 - nixos/trunk/modules/profiles

2011-09-02 Thread Eelco Dolstra
Author: eelco Date: Fri Sep 2 13:20:05 2011 New Revision: 28973 URL: https://svn.nixos.org/websvn/nix/?rev=28973sc=1 Log: * Use boot.initrd.availableKernelModules for the QEMU modules. Modified: nixos/trunk/modules/profiles/qemu-guest.nix Modified:

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

2011-09-02 Thread Eelco Dolstra
Author: eelco Date: Fri Sep 2 13:41:38 2011 New Revision: 28974 URL: https://svn.nixos.org/websvn/nix/?rev=28974sc=1 Log: * Re-enable the fbcondecor patch for Linux 2.6.35, seems to work fine. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.35.nix

Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread roconnor
# nixos-option hardware.pulseaudio.enable false I was under the impression that hardware.pulseaudio.enable was for enabling root managed pulseaudio (which I understand that pulseaudio does *not* recommend). As I understand this nasty instance of pulseaudio is coming from kde somewhere.

Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread Nicolas Pierron
Hi, If you want to know which packages depends on inside your NixOS current system, run: nix-store -q -R --tree /var/run/current-system/ | less then look at all parents of pulseaudio. On my system qt depends on pulseaudio. On Fri, Sep 2, 2011 at 16:13, rocon...@theorem.ca wrote: #

Re: [Nix-dev] Disaster recovery / re-deployment

2011-09-02 Thread Marc Weber
Hi Rickard Nilsson, I'v git repos which provide a minimal bootstrap archive containing enough to run nixos-rebuild only. Of course you must have nixos and nixpkgs an configuration.nix in place. It tries to modularize nixos-install from cd: you have a run-in-chroot command, you have one checking

Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread Eelco Dolstra
Hi, On 09/02/2011 04:13 PM, rocon...@theorem.ca wrote: # nixos-option hardware.pulseaudio.enable false I was under the impression that hardware.pulseaudio.enable was for enabling root managed pulseaudio (which I understand that pulseaudio does *not* recommend). That's another option

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

2011-09-02 Thread Andres Loeh
Author: andres Date: Fri Sep 2 15:11:52 2011 New Revision: 28975 URL: https://svn.nixos.org/websvn/nix/?rev=28975sc=1 Log: Added HDBC-odbc. Added: nixpkgs/trunk/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Added:

[Nix-commits] SVN commit: nix - r28976 - nixpkgs/trunk/pkgs/servers/http/apache-httpd

2011-09-02 Thread Eelco Dolstra
Author: eelco Date: Fri Sep 2 15:59:12 2011 New Revision: 28976 URL: https://svn.nixos.org/websvn/nix/?rev=28976sc=1 Log: * Apache httpd updated to 2.2.20, with a fix for CVE-2011-3192. Modified: nixpkgs/trunk/pkgs/servers/http/apache-httpd/default.nix Modified:

[Nix-commits] SVN commit: nix - r28977 - nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-chart

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:02:10 2011 New Revision: 28977 URL: https://svn.nixos.org/websvn/nix/?rev=28977sc=1 Log: haskell-hledger-chart: updated to version 0.15 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-chart/default.nix Modified:

[Nix-commits] SVN commit: nix - r28978 - nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-lib

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:02:16 2011 New Revision: 28978 URL: https://svn.nixos.org/websvn/nix/?rev=28978sc=1 Log: haskell-hledger-lib: updated to version 0.15 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-lib/default.nix Modified:

[Nix-commits] SVN commit: nix - r28979 - nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-vty

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:02:20 2011 New Revision: 28979 URL: https://svn.nixos.org/websvn/nix/?rev=28979sc=1 Log: haskell-hledger-vty: updated to version 0.15 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-vty/default.nix Modified:

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

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:02:24 2011 New Revision: 28980 URL: https://svn.nixos.org/websvn/nix/?rev=28980sc=1 Log: haskell-hledger: updated to version 0.15 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger/default.nix Modified:

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

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:02:28 2011 New Revision: 28981 URL: https://svn.nixos.org/websvn/nix/?rev=28981sc=1 Log: haskell-hmatrix: updated to version 0.12.0.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hmatrix/default.nix Modified:

[Nix-commits] SVN commit: nix - r28982 - nixpkgs/trunk/pkgs/applications/office/hledger-interest

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:12:31 2011 New Revision: 28982 URL: https://svn.nixos.org/websvn/nix/?rev=28982sc=1 Log: haskell-hledger-interest: updated to version 1.3 Modified: nixpkgs/trunk/pkgs/applications/office/hledger-interest/default.nix Modified:

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

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:20:35 2011 New Revision: 28983 URL: https://svn.nixos.org/websvn/nix/?rev=28983sc=1 Log: haskell-HaskellForMaths: added version 0.3.4 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/HaskellForMaths/

[Nix-commits] SVN commit: nix - r28984 - in nixpkgs/trunk/pkgs: development/libraries/haskell/unix-compat top-level

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:24:27 2011 New Revision: 28984 URL: https://svn.nixos.org/websvn/nix/?rev=28984sc=1 Log: haskell-unix-compat: added version 0.3 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/unix-compat/0.2.2.1.nix - copied, changed from r28983,

[Nix-commits] SVN commit: nix - r28985 - in nixpkgs/trunk/pkgs: development/libraries/haskell/vector-algorithms top-level

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:31:44 2011 New Revision: 28985 URL: https://svn.nixos.org/websvn/nix/?rev=28985sc=1 Log: haskell-vector-algorithms: updated to version 0.5.3 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/vector-algorithms/0.5.3.nix Modified:

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

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 18:33:04 2011 New Revision: 28986 URL: https://svn.nixos.org/websvn/nix/?rev=28986sc=1 Log: Oops, forgot to delete the old file. Deleted: nixpkgs/trunk/pkgs/development/libraries/haskell/vector-algorithms/0.5.2.nix

[Nix-commits] SVN commit: nix - r28987 - nixpkgs/trunk/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10

2011-09-02 Thread Russell O'Connor
Author: roconnor Date: Fri Sep 2 19:25:46 2011 New Revision: 28987 URL: https://svn.nixos.org/websvn/nix/?rev=28987sc=1 Log: upgrading 32-bit flashplayer to version 10.3.183.7 Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix Modified:

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

2011-09-02 Thread Russell O'Connor
Author: roconnor Date: Fri Sep 2 20:19:42 2011 New Revision: 28988 URL: https://svn.nixos.org/websvn/nix/?rev=28988sc=1 Log: bitcoin cannot use the recent versions of boost. setting boost dependency to 1.44 Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r28989 - nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-chart

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 21:48:57 2011 New Revision: 28989 URL: https://svn.nixos.org/websvn/nix/?rev=28989sc=1 Log: haskell-hledger-chart: updated to version 0.15.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-chart/default.nix Modified:

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

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 21:49:08 2011 New Revision: 28991 URL: https://svn.nixos.org/websvn/nix/?rev=28991sc=1 Log: haskell-hledger: updated to version 0.15.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger/default.nix Modified:

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

2011-09-02 Thread Peter Simons
Author: simons Date: Fri Sep 2 21:49:13 2011 New Revision: 28992 URL: https://svn.nixos.org/websvn/nix/?rev=28992sc=1 Log: haskell-vector-space: updated to version 0.7.6 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix Modified: