[Nix-commits] SVN commit: nix - r33602 - nixpkgs/trunk/pkgs/development/libraries/suitesparse

2012-04-05 Thread Michael Raskin
Author: raskin Date: Thu Apr 5 08:05:09 2012 New Revision: 33602 URL: https://nixos.org/websvn/nix/?rev=33602sc=1 Log: Fixing SuiteSparce build Modified: nixpkgs/trunk/pkgs/development/libraries/suitesparse/default.nix Modified:

[Nix-commits] SVN commit: nix - r33604 - nixpkgs/trunk/pkgs/development/libraries/portaudio

2012-04-05 Thread Mathijs Kwik
Author: mkwik Date: Thu Apr 5 08:22:35 2012 New Revision: 33604 URL: https://nixos.org/websvn/nix/?rev=33604sc=1 Log: portaudio: upgraded to current stable version (svn as well) Modified: nixpkgs/trunk/pkgs/development/libraries/portaudio/default.nix

[Nix-commits] SVN commit: nix - r33606 - in nixpkgs/trunk/pkgs: development/libraries/haskell/reactive-banana top-level

2012-04-05 Thread Mathijs Kwik
Author: mkwik Date: Thu Apr 5 08:22:42 2012 New Revision: 33606 URL: https://nixos.org/websvn/nix/?rev=33606sc=1 Log: haskell reactive banana Added: nixpkgs/trunk/pkgs/development/libraries/haskell/reactive-banana/

[Nix-commits] SVN commit: nix - r33607 - configurations/trunk/misc/viric

2012-04-05 Thread Lluís Batlle
Author: viric Date: Thu Apr 5 08:36:41 2012 New Revision: 33607 URL: https://nixos.org/websvn/nix/?rev=33607sc=1 Log: New tt version Modified: configurations/trunk/misc/viric/nixpkgs-overrides.nix Modified: configurations/trunk/misc/viric/nixpkgs-overrides.nix

[Nix-commits] SVN commit: nix - r33610 - nixpkgs/trunk/pkgs/tools/package-management/disnix

2012-04-05 Thread Sander van der Burg
Author: sandervanderburg Date: Thu Apr 5 10:45:53 2012 New Revision: 33610 URL: https://nixos.org/websvn/nix/?rev=33610sc=1 Log: Bumped revision of disnix Modified: nixpkgs/trunk/pkgs/tools/package-management/disnix/default.nix Modified:

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

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 10:53:29 2012 New Revision: 33611 URL: https://nixos.org/websvn/nix/?rev=33611sc=1 Log: Modified: release/trunk/channels/generate-linear-patch-sequence.sh Modified: release/trunk/channels/generate-linear-patch-sequence.sh

[Nix-commits] [NixOS/nix] f2467e: On Linux, pretend we're building on Linux 2.6

2012-04-05 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: f2467eb6a0070176a5b1cd76aa330b84431f8258 https://github.com/NixOS/nix/commit/f2467eb6a0070176a5b1cd76aa330b84431f8258 Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-04-05 (Thu, 05 Apr 2012)

[Nix-commits] SVN commit: nix - r33612 - nixpkgs/trunk/pkgs/development/libraries/science/math/atlas

2012-04-05 Thread Michael Raskin
Author: raskin Date: Thu Apr 5 12:18:08 2012 New Revision: 33612 URL: https://nixos.org/websvn/nix/?rev=33612sc=1 Log: Support shared library build Modified: nixpkgs/trunk/pkgs/development/libraries/science/math/atlas/default.nix Modified:

[Nix-commits] SVN commit: nix - r33613 - nixpkgs/trunk/pkgs/development/libraries/science/math/liblapack

2012-04-05 Thread Michael Raskin
Author: raskin Date: Thu Apr 5 12:18:56 2012 New Revision: 33613 URL: https://nixos.org/websvn/nix/?rev=33613sc=1 Log: Support shared library build; tests do not currently work for shared build. Modified: nixpkgs/trunk/pkgs/development/libraries/science/math/liblapack/default.nix Modified:

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

2012-04-05 Thread Michael Raskin
;}; +in +stdenv.mkDerivation rec { + pname = julia; + date = 20120405; + name = ${pname}-git-${date}; + + grisu_ver = 1.1; + dsfmt_ver = 2.1; + arpack_ver = 3.0.2; + clp_ver = 1.14.5; + lighttpd_ver = 1.4.29; + + grisu_src = fetchurl { +url = http://double-conversion.googlecode.com/files

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

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 12:24:08 2012 New Revision: 33615 URL: https://nixos.org/websvn/nix/?rev=33615sc=1 Log: * Upstart 1.5. Modified: nixpkgs/trunk/pkgs/os-specific/linux/upstart/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/upstart/default.nix

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

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 12:27:21 2012 New Revision: 33617 URL: https://nixos.org/websvn/nix/?rev=33617sc=1 Log: * Pass --no-sessions to Upstart to make sure users cannot start Upstart jobs (even when Upstart has attached to D-Bus). Modified:

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

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 12:27:50 2012 New Revision: 33618 URL: https://nixos.org/websvn/nix/?rev=33618sc=1 Log: * Use Linux 3.2. Modified: configurations/trunk/tud/common.nix Modified: configurations/trunk/tud/common.nix

[Nix-commits] SVN commit: nix - r33619 - nixos/trunk

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 13:00:30 2012 New Revision: 33619 URL: https://nixos.org/websvn/nix/?rev=33619sc=1 Log: * Move the nixosSrc argument to top level. Modified: nixos/trunk/release.nix Modified: nixos/trunk/release.nix

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

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 13:09:30 2012 New Revision: 33620 URL: https://nixos.org/websvn/nix/?rev=33620sc=1 Log: * Doh. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix

[Nix-commits] SVN commit: nix - r33622 - in nixpkgs/trunk/pkgs/desktops/kde-4.8: . kdeutils

2012-04-05 Thread Yury G. Kudryashov
Author: urkud Date: Thu Apr 5 13:50:47 2012 New Revision: 33622 URL: https://nixos.org/websvn/nix/?rev=33622sc=1 Log: Remove ksecrets, fix outputHash Deleted: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeutils/ksecrets-ftbfs.patch nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeutils/ksecrets.nix

[Nix-commits] [NixOS/hydra] 53329e: Use git fetch --all to update local clone in stead...

2012-04-05 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 53329ecc618abf4fd5e4a6644d76413c43ad7b92 https://github.com/NixOS/hydra/commit/53329ecc618abf4fd5e4a6644d76413c43ad7b92 Author: Rob Vermaas rob.verm...@gmail.com Date: 2012-04-05 (Thu, 05 Apr 2012)

[Nix-commits] Hydra job nixpkgs:trunk:tarball on x86_64-linux, build 2369368: Failed with non-zero exit code

2012-04-05 Thread Hydra Build Daemon
error: while evaluating the builtin function `derivationStrict': while instantiating the derivation named `julia-git-20120405' at `/tmp/nix-build-a45inbj7jv52xq635wajldcc4pxn0qf6-nixpkgs-tarball-0pre33620.drv-0/svn-export/pkgs/development/compilers/julia/default.nix:11:3': while evaluating

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r33614 - in nixpkgs/trunk/pkgs: development/compilers/julia top-level

2012-04-05 Thread Eelco Dolstra
Hi, On 05/04/12 14:22, Michael Raskin wrote: nixpkgs/trunk/pkgs/development/compilers/julia/ nixpkgs/trunk/pkgs/development/compilers/julia/default.nix This breaks the Nixpkgs tarball: http://hydra.nixos.org/build/2369368 -- Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/

[Nix-commits] SVN commit: nix - r33623 - in nixpkgs/branches/kmod-lib-modules/pkgs: os-specific/linux/udev top-level

2012-04-05 Thread Yury G. Kudryashov
Author: urkud Date: Thu Apr 5 14:50:31 2012 New Revision: 33623 URL: https://nixos.org/websvn/nix/?rev=33623sc=1 Log: udev-182 Added: nixpkgs/branches/kmod-lib-modules/pkgs/os-specific/linux/udev/182.nix - copied, changed from r33576,

[Nix-commits] SVN commit: nix - r33624 - in nixpkgs/trunk/pkgs: development/libraries/avahi top-level

2012-04-05 Thread Yury G. Kudryashov
Author: urkud Date: Thu Apr 5 15:11:19 2012 New Revision: 33624 URL: https://nixos.org/websvn/nix/?rev=33624sc=1 Log: avahi: use libiconv if needed Modified: nixpkgs/trunk/pkgs/development/libraries/avahi/default.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r33626 - nixpkgs/trunk/pkgs/lib

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 15:37:52 2012 New Revision: 33626 URL: https://nixos.org/websvn/nix/?rev=33626sc=1 Log: * Add a function filterAttrs and clean up some comments. Modified: nixpkgs/trunk/pkgs/lib/attrsets.nix nixpkgs/trunk/pkgs/lib/lists.nix Modified:

[Nix-commits] [NixOS/charon] 386c6a: With --include / --exclude, only build the configs...

2012-04-05 Thread Eelco Dolstra
Branch: refs/heads/python Home: https://github.com/NixOS/charon Commit: 386c6a6bcfc3a8e96e57cb2a5abad5c38b8bb9c3 https://github.com/NixOS/charon/commit/386c6a6bcfc3a8e96e57cb2a5abad5c38b8bb9c3 Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-04-05 (Thu, 05 Apr

[Nix-commits] SVN commit: nix - r33625 - nixpkgs/trunk/pkgs/tools/networking/altermime

2012-04-05 Thread Yury G. Kudryashov
Author: urkud Date: Thu Apr 5 15:31:10 2012 New Revision: 33625 URL: https://nixos.org/websvn/nix/?rev=33625sc=1 Log: Fix altermime build Added: nixpkgs/trunk/pkgs/tools/networking/altermime/debian-patches.nix nixpkgs/trunk/pkgs/tools/networking/altermime/debian-patches.txt Deleted:

[Nix-commits] SVN commit: nix - r33627 - nixpkgs/trunk/pkgs/tools/networking/lsh

2012-04-05 Thread Ludovic Courtès
Author: ludo Date: Thu Apr 5 16:26:44 2012 New Revision: 33627 URL: https://nixos.org/websvn/nix/?rev=33627sc=1 Log: lsh: Assume UNIX98 PTYs are available. Modified: nixpkgs/trunk/pkgs/tools/networking/lsh/default.nix Modified: nixpkgs/trunk/pkgs/tools/networking/lsh/default.nix

[Nix-commits] [NixOS/charon] eb65a5: ‘charon info’: add ‘--plain’ option to pro...

2012-04-05 Thread Eelco Dolstra
Branch: refs/heads/python Home: https://github.com/NixOS/charon Commit: eb65a5726124b0a9a641e0121dafe6e70880c924 https://github.com/NixOS/charon/commit/eb65a5726124b0a9a641e0121dafe6e70880c924 Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-04-05 (Thu, 05 Apr

[Nix-commits] SVN commit: nix - r33628 - nixpkgs/trunk/pkgs/tools/package-management/nix

2012-04-05 Thread Eelco Dolstra
Author: eelco Date: Thu Apr 5 16:38:03 2012 New Revision: 33628 URL: https://nixos.org/websvn/nix/?rev=33628sc=1 Log: * Bump nixUnstable. Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix

Re: [Nix-dev] patch: add haskell package for darcs version of cabal-install

2012-04-05 Thread Peter Simons
Hi Corey, I tried to build the latest version of cabal-install using that patch, but the build failed with the following error message: | Configuring cabal-install-0.15.0... | Setup: At least the following dependencies are missing: | Cabal =1.15.0 1.16 Now, Cabal version 1.15.0 is not

[Nix-dev] Linux kernel upgrade

2012-04-05 Thread Eelco Dolstra
Hi all, The NixOS machines in the Hydra build farm have been upgraded from Linux 2.6.35 to 3.2.14. This shouldn't affect Nix builds, because Nix uses the personality() syscall [1] to make builds think they're running on a 2.6 system. Let me know if you encounter any problems because of this

Re: [Nix-dev] [Nix-commits] [NixOS/nix] f2467e: On Linux, pretend we're building on Linux 2.6

2012-04-05 Thread Shea Levy
On 04/05/2012 07:04 AM, Eelco Dolstra wrote: Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: f2467eb6a0070176a5b1cd76aa330b84431f8258 https://github.com/NixOS/nix/commit/f2467eb6a0070176a5b1cd76aa330b84431f8258 Author: Eelco

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

2012-04-05 Thread Ludovic Courtès
Author: ludo Date: Thu Apr 5 17:32:02 2012 New Revision: 33630 URL: https://nixos.org/websvn/nix/?rev=33630sc=1 Log: hurdPartedCross: Make overridable. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] [NixOS/charon] f8a7dd: Added scp subcommand to transmit file from/to mach...

2012-04-05 Thread Rob Vermaas
Branch: refs/heads/python Home: https://github.com/NixOS/charon Commit: f8a7ddf30dee5bbd756291ccd9520a68467055cb https://github.com/NixOS/charon/commit/f8a7ddf30dee5bbd756291ccd9520a68467055cb Author: Rob Vermaas rob.verm...@gmail.com Date: 2012-04-05 (Thu, 05 Apr 2012)

Re: [Nix-dev] Nix purity and ld.so

2012-04-05 Thread Peter Simons
Hi Yury, What do you think about passing '-z nodeflib' everywhere (say, in `ld` wrapper)? I have no practical experience using this flag, but judging from its description this sounds like a really good idea. As far as I understand, this will allow us to catch wrong RPATH's before

Re: [Nix-dev] patch: add haskell package for darcs version of cabal-install

2012-04-05 Thread Andres Loeh
Hi Peter. I tried to build the latest version of cabal-install using that patch, but the build failed with the following error message:  | Configuring cabal-install-0.15.0...  | Setup: At least the following dependencies are missing:  | Cabal =1.15.0 1.16 There's a 1.14 release branch

[Nix-commits] SVN commit: nix - r33629 - in nixpkgs/trunk/pkgs: development/libraries/haskell/aeson development/libraries/haskell/attoparsec-conduit development/libraries/haskell/authenticate developm

2012-04-05 Thread Peter Simons
Author: simons Date: Thu Apr 5 16:51:59 2012 New Revision: 33629 URL: https://nixos.org/websvn/nix/?rev=33629sc=1 Log: Updated Haskell packages. - aeson: updated to version 0.6.0.2 - attoparsec-conduit: updated to version 0.4.0 - authenticate: updated to version 1.2.0.1 -

Re: [Nix-dev] [Nix-commits] [NixOS/nix] f2467e: On Linux, pretend we're building on Linux 2.6

2012-04-05 Thread Eelco Dolstra
Hi, On 05/04/12 18:57, Shea Levy wrote: Shouldn't this be a concern of nixpkgs? It's Nix's job to ensure a consistent build environment (as much as possible). What happens when our kernel-headers are updated to 3.x? Why would that be a problem? And is nix itself not expected to work

Re: [Nix-dev] [Nix-commits] [NixOS/nix] f2467e: On Linux, pretend we're building on Linux 2.6

2012-04-05 Thread Lluís Batlle i Rossell
On Thu, Apr 05, 2012 at 08:29:18PM +0200, Eelco Dolstra wrote: What happens when our kernel-headers are updated to 3.x? ... ... This change shouldn't have any effect on Linux 2.4 (and I doubt that Nixpkgs still works on 2.4). Aren't the kernel-headers mandating the minimum kernel version

[Nix-commits] SVN commit: nix - r33631 - nixpkgs/trunk/pkgs/development/compilers/julia

2012-04-05 Thread Michael Raskin
Author: raskin Date: Thu Apr 5 19:07:14 2012 New Revision: 33631 URL: https://nixos.org/websvn/nix/?rev=33631sc=1 Log: Trying to remove tarball error Modified: nixpkgs/trunk/pkgs/development/compilers/julia/default.nix Modified: nixpkgs/trunk/pkgs/development/compilers/julia/default.nix

[Nix-commits] Hydra job nixpkgs:trunk:tarball on x86_64-linux, build 2372170: Success

2012-04-05 Thread Hydra Build Daemon
Hi, This is to let you know that Hydra build 2372170 of job nixpkgs:trunk:tarball has changed from 'Failed with non-zero exit code' to 'Success'. Complete build information can be found on this page: http://hydra.nixos.org/build/2372170 A summary of the build information follows: Build ID:

Re: [Nix-dev] [Nix-commits] [NixOS/hydra] 53329e: Use git fetch --all to update local clone in stead...

2012-04-05 Thread Nicolas Pierron
Hi, On Thu, Apr 5, 2012 at 06:50, Rob Vermaas rob.verm...@gmail.com wrote:  Branch: refs/heads/master  Home:   https://github.com/NixOS/hydra  Commit: 53329ecc618abf4fd5e4a6644d76413c43ad7b92       https://github.com/NixOS/hydra/commit/53329ecc618abf4fd5e4a6644d76413c43ad7b92  Author: Rob

Re: [Nix-dev] [Nix-commits] [NixOS/hydra] 53329e: Use git fetch --all to update local clone in stead...

2012-04-05 Thread Rob Vermaas
Hi Pierron, Please have a look at my fork of hydra on github instead of doing similar changes. Will do that. git pull was causing merge bustage, and with git fetch --all do not update the working copy and also update too much. It should not update a working copy at all in my opinion. Hydra

[Nix-commits] SVN commit: nix - r33632 - nixpkgs/trunk/pkgs/desktops/kde-4.8

2012-04-05 Thread Yury G. Kudryashov
Author: urkud Date: Thu Apr 5 20:04:51 2012 New Revision: 33632 URL: https://nixos.org/websvn/nix/?rev=33632sc=1 Log: kde-runtime: drop patch (applied upstream) Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/kde-runtime.nix Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/kde-runtime.nix

Re: [Nix-dev] Nix purity and ld.so

2012-04-05 Thread Ludovic Courtès
Hi! Peter Simons sim...@cryp.to skribis: What do you think about passing '-z nodeflib' everywhere (say, in `ld` wrapper)? (That’s ‘nodefaultlib’.) I have no practical experience using this flag, but judging from its description this sounds like a really good idea. +1! Ludo’.

[Nix-dev] Overriding mutually dependent derivations

2012-04-05 Thread Ludovic Courtès
Hello! Suppose these packages: a = foo b c; b = bar c; c = baz ...; What if I want to call ‘overrideDerivation’ for each of them, yet have each of the overridden packages refer to its overridden friends? The naive approach fails: config.packageOverrides = pkgs: { a =

[Nix-commits] [NixOS/charon] 9301cc: Allow setting the state file through $CHARON_STATE

2012-04-05 Thread Eelco Dolstra
Branch: refs/heads/python Home: https://github.com/NixOS/charon Commit: 9301cccf24075a0b811ab740f2f8ce4e620fa4ab https://github.com/NixOS/charon/commit/9301cccf24075a0b811ab740f2f8ce4e620fa4ab Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-04-05 (Thu, 05 Apr

[Nix-commits] SVN commit: nix - r33633 - in nixpkgs/trunk/pkgs: development/libraries/libconfig top-level

2012-04-05 Thread Cillian de Roiste
Author: cillian Date: Thu Apr 5 21:12:12 2012 New Revision: 33633 URL: https://nixos.org/websvn/nix/?rev=33633sc=1 Log: Adding libconfig, a simple library for processing config files Added: nixpkgs/trunk/pkgs/development/libraries/libconfig/

Re: [Nix-dev] [Nix-commits] [NixOS/hydra] 53329e: Use git fetch --all to update local clone in stead...

2012-04-05 Thread Nicolas Pierron
Hi, On Thu, Apr 5, 2012 at 12:59, Rob Vermaas rob.verm...@gmail.com wrote: git pull was causing merge bustage, and with git fetch --all do not update the working copy and also update too much. It should not update a working copy at all in my opinion. Hydra does a checkout of a specific

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

2012-04-05 Thread Cillian de Roiste
Author: cillian Date: Thu Apr 5 21:53:42 2012 New Revision: 33634 URL: https://nixos.org/websvn/nix/?rev=33634sc=1 Log: Adding ffado, Linux Firewire audio drivers Added: nixpkgs/trunk/pkgs/os-specific/linux/ffado/ nixpkgs/trunk/pkgs/os-specific/linux/ffado/default.nix Modified:

[Nix-commits] SVN commit: nix - r33635 - nixpkgs/trunk/pkgs/applications/video/gnash

2012-04-05 Thread Lluís Batlle
Author: viric Date: Thu Apr 5 22:34:11 2012 New Revision: 33635 URL: https://nixos.org/websvn/nix/?rev=33635sc=1 Log: Updating gnash. I'm not sure it builds... it takes a lot of time to build; at least it does not fail very early. Modified:

[Nix-commits] SVN commit: nix - r33636 - in nixpkgs/trunk/pkgs/development/libraries/haskell: clientsession data-default hoogle pandoc yesod-core yesod-form yesod-static

2012-04-05 Thread Peter Simons
Author: simons Date: Thu Apr 5 23:03:52 2012 New Revision: 33636 URL: https://nixos.org/websvn/nix/?rev=33636sc=1 Log: Updated Haskell packages. - clientsession: updated to version 0.7.4.3 - data-default: updated to version 0.4.0 - hoogle: updated to version 4.2.11 - pandoc: updated to

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

2012-04-05 Thread Peter Simons
Author: simons Date: Thu Apr 5 23:05:05 2012 New Revision: 33637 URL: https://nixos.org/websvn/nix/?rev=33637sc=1 Log: dropped obsolete file Deleted: nixpkgs/trunk/pkgs/development/libraries/haskell/hoogle/relax-version-requirements.patch ___

[Nix-commits] SVN commit: nix - r33638 - nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex

2012-04-05 Thread Peter Simons
Author: simons Date: Thu Apr 5 23:11:00 2012 New Revision: 33638 URL: https://nixos.org/websvn/nix/?rev=33638sc=1 Log: git-annex: updated to version 3.20120405 Modified: nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix Modified:

[Nix-dev] NixOS autocreate mountpoints doesn't work

2012-04-05 Thread Rickard Nilsson
Hi, It seems the autocreate option of the NixOS filesystems is not working. I can't seem to find a reference to autocreate anywhere in the sources (besides the option declaration), and setting autocreate = true doesn't create the needed mount point directories. Setting neededForBoot

[Nix-commits] SVN commit: nix - r33639 - in nixpkgs/trunk/pkgs: development/libraries/dbus-cplusplus top-level

2012-04-05 Thread Cillian de Roiste
Author: cillian Date: Thu Apr 5 23:53:20 2012 New Revision: 33639 URL: https://nixos.org/websvn/nix/?rev=33639sc=1 Log: Adding dbus-cplusplus, c++ bindings for dbus Added: nixpkgs/trunk/pkgs/development/libraries/dbus-cplusplus/