[Nix-dev] BuilderDefs

2011-09-13 Thread Michael Raskin
Hi, On 09/11/2011 06:45 PM, Michael Raskin wrote: +x@{builderDefsPackage + , ...}: +builderDefsPackage +(a : +let + helperArgNames = [stdenv fetchurl builderDefsPackage] ++ +[]; (snip) Could you stick to the standard way of writing packages? That is, { stdenv, fetchurl }:

[Nix-commits] SVN commit: nix - r29233 - nixpkgs/branches/syscall-tracing/pkgs/stdenv

2011-09-13 Thread Eelco Dolstra
Author: eelco Date: Tue Sep 13 08:52:06 2011 New Revision: 29233 URL: https://ssl.nixos.org/websvn/nix/?rev=29233sc=1 Log: * Doh. Modified: nixpkgs/branches/syscall-tracing/pkgs/stdenv/adapters.nix Modified: nixpkgs/branches/syscall-tracing/pkgs/stdenv/adapters.nix

Re: [Nix-dev] bash-interactive with support for completion

2011-09-13 Thread shea
Hi Peter, I'm in favor of the change, though perhaps it should be accompanied by a flag so that those who don't want it can easily override it in their packageOverrides. ~Shea Hi guys, the following patches changes the interactive version of bash to include full completion support: ---

[Nix-commits] SVN commit: nix - r29234 - hydra-config/tribler/trunk

2011-09-13 Thread Eelco Dolstra
Author: eelco Date: Tue Sep 13 11:00:31 2011 New Revision: 29234 URL: https://ssl.nixos.org/websvn/nix/?rev=29234sc=1 Log: * Make the test more robust. Modified: hydra-config/tribler/trunk/release.nix Modified: hydra-config/tribler/trunk/release.nix

[Nix-commits] SVN commit: nix - r29236 - nixpkgs/trunk/pkgs/build-support/dotnetenv

2011-09-13 Thread Sander van der Burg
Author: sandervanderburg Date: Tue Sep 13 12:17:28 2011 New Revision: 29236 URL: https://ssl.nixos.org/websvn/nix/?rev=29236sc=1 Log: Oops: forgot to include the wrapper class Added: nixpkgs/trunk/pkgs/build-support/dotnetenv/Wrapper.cs.in (contents, props changed) Added:

[Nix-commits] SVN commit: nix - r29237 - nixpkgs/trunk/pkgs/misc/cups

2011-09-13 Thread Russell O'Connor
Author: roconnor Date: Tue Sep 13 13:57:46 2011 New Revision: 29237 URL: https://ssl.nixos.org/websvn/nix/?rev=29237sc=1 Log: Upgrading cups to 1.5.0 (this fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634325) Modified: nixpkgs/trunk/pkgs/misc/cups/default.nix Modified:

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

2011-09-13 Thread Eelco Dolstra
Author: eelco Date: Tue Sep 13 14:57:18 2011 New Revision: 29238 URL: https://ssl.nixos.org/websvn/nix/?rev=29238sc=1 Log: * Enable KSM. Modified: configurations/trunk/tud/build-machines-common.nix Modified: configurations/trunk/tud/build-machines-common.nix

[Nix-commits] SVN commit: nix - r29239 - in nixpkgs/trunk/pkgs/build-support/dotnetenv: . Wrapper Wrapper/Wrapper Wrapper/Wrapper/Properties

2011-09-13 Thread Sander van der Burg
Author: sandervanderburg Date: Tue Sep 13 15:47:54 2011 New Revision: 29239 URL: https://ssl.nixos.org/websvn/nix/?rev=29239sc=1 Log: Improved the wrapper: it is now a separate component invoking the executable's main method through the refelection API Added:

[Nix-commits] SVN commit: nix - r29240 - nixpkgs/trunk/pkgs/build-support/dotnetenv

2011-09-13 Thread Sander van der Burg
Author: sandervanderburg Date: Tue Sep 13 15:53:26 2011 New Revision: 29240 URL: https://ssl.nixos.org/websvn/nix/?rev=29240sc=1 Log: The string array needs to be comma separated Modified: nixpkgs/trunk/pkgs/build-support/dotnetenv/wrapper.nix Modified:

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

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 17:35:07 2011 New Revision: 29241 URL: https://ssl.nixos.org/websvn/nix/?rev=29241sc=1 Log: haskell-time: updated to version 1.4 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/time/1.4.nix - copied, changed from r29240,

[Nix-commits] SVN commit: nix - r29242 - in nixpkgs/trunk/pkgs: development/libraries/haskell/io-storage top-level

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 17:35:12 2011 New Revision: 29242 URL: https://ssl.nixos.org/websvn/nix/?rev=29242sc=1 Log: haskell-io-storage: added version 0.3 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/io-storage/

[Nix-commits] SVN commit: nix - r29243 - in nixpkgs/trunk/pkgs: development/libraries/haskell/hledger-web top-level

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 17:35:18 2011 New Revision: 29243 URL: https://ssl.nixos.org/websvn/nix/?rev=29243sc=1 Log: haskell-hledger-web: added version 0.15.3 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/hledger-web/

[Nix-commits] SVN commit: nix - r29244 - nixpkgs/trunk/pkgs/shells/bash

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 17:50:03 2011 New Revision: 29244 URL: https://ssl.nixos.org/websvn/nix/?rev=29244sc=1 Log: bash: install extensive completion library in the interactive version Add the command-line completion library to the interactive version of bash. That code is *not* active

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

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 18:49:47 2011 New Revision: 29245 URL: https://ssl.nixos.org/websvn/nix/?rev=29245sc=1 Log: modules/system/boot/stage-1-init.sh: added boot.runSize option to determine the maximum size of the /run tmpfs Modified: nixos/trunk/modules/system/boot/stage-1-init.sh

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

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 18:49:50 2011 New Revision: 29246 URL: https://ssl.nixos.org/websvn/nix/?rev=29246sc=1 Log: Strip trailing whitespace. Modified: nixos/trunk/modules/system/boot/stage-1-init.sh nixos/trunk/modules/system/boot/stage-2-init.sh

[Nix-dev] cups broken (was: SVN commit: nix - r29237 - nixpkgs/trunk/pkgs/misc/cups)

2011-09-13 Thread Peter Simons
Hi Russell, --- nixpkgs/trunk/pkgs/misc/cups/default.nix Tue Sep 13 12:17:28 2011 (r29236) +++ nixpkgs/trunk/pkgs/misc/cups/default.nix Tue Sep 13 13:57:46 2011 (r29237) @@ -1,7 +1,7 @@ { stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl ,

[Nix-commits] SVN commit: nix - r29247 - nixpkgs/trunk/pkgs/tools/networking/network-manager

2011-09-13 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 13 19:27:41 2011 New Revision: 29247 URL: https://ssl.nixos.org/websvn/nix/?rev=29247sc=1 Log: NM: propagate dbus-glib Modified: nixpkgs/trunk/pkgs/tools/networking/network-manager/default.nix Modified:

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

2011-09-13 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 13 19:29:13 2011 New Revision: 29248 URL: https://ssl.nixos.org/websvn/nix/?rev=29248sc=1 Log: Changes required by NM-0.9 * Add NL80211 driver * Install d-bus config files Modified: nixpkgs/trunk/pkgs/os-specific/linux/wpa_supplicant/default.nix Modified:

[Nix-commits] SVN commit: nix - r29249 - nixpkgs/trunk/pkgs/build-support/dotnetenv/Wrapper/Wrapper

2011-09-13 Thread Sander van der Burg
Author: sandervanderburg Date: Tue Sep 13 20:07:14 2011 New Revision: 29249 URL: https://ssl.nixos.org/websvn/nix/?rev=29249sc=1 Log: Removed some obsolete restrictions, so that transitive dependencies are also loaded Modified:

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

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 20:10:29 2011 New Revision: 29250 URL: https://ssl.nixos.org/websvn/nix/?rev=29250sc=1 Log: python-foolscap: updated to version 0.6.1 Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix

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

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 20:10:33 2011 New Revision: 29251 URL: https://ssl.nixos.org/websvn/nix/?rev=29251sc=1 Log: pycryptopp: updated to version 0.5.29 Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix

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

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 20:10:37 2011 New Revision: 29252 URL: https://ssl.nixos.org/websvn/nix/?rev=29252sc=1 Log: python-packages.nix: strip trailing whitespace Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix

[Nix-commits] SVN commit: nix - r29253 - nixpkgs/trunk/pkgs/tools/networking/p2p/tahoe-lafs

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 20:10:41 2011 New Revision: 29253 URL: https://ssl.nixos.org/websvn/nix/?rev=29253sc=1 Log: tahoe-lafs: updated to version 1.8.3, which fixes an important security bug Note that we currently cannot run the test suite! Modified:

[Nix-commits] SVN commit: nix - r29254 - nixos/trunk/modules/services/printing

2011-09-13 Thread Peter Simons
Author: simons Date: Tue Sep 13 20:42:21 2011 New Revision: 29254 URL: https://ssl.nixos.org/websvn/nix/?rev=29254sc=1 Log: modules/services/printing/cupsd.nix: MIME related config files have moved to share in cups 1.5 Modified: nixos/trunk/modules/services/printing/cupsd.nix Modified:

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

2011-09-13 Thread Piotr Pietraszkiewicz
Author: piotr Date: Tue Sep 13 20:46:41 2011 New Revision: 29255 URL: https://ssl.nixos.org/websvn/nix/?rev=29255sc=1 Log: added myself to the maintainers list Modified: nixpkgs/trunk/pkgs/lib/maintainers.nix Modified: nixpkgs/trunk/pkgs/lib/maintainers.nix

[Nix-commits] SVN commit: nix - r29256 - nixpkgs/trunk/pkgs/games/crack-attack

2011-09-13 Thread Piotr Pietraszkiewicz
Author: piotr Date: Tue Sep 13 20:49:45 2011 New Revision: 29256 URL: https://ssl.nixos.org/websvn/nix/?rev=29256sc=1 Log: made myself a maintainer of crack-attack + cosmetics (removed trailing whitespaces from the file) Modified: nixpkgs/trunk/pkgs/games/crack-attack/default.nix Modified:

[Nix-commits] SVN commit: nix - r29257 - nixpkgs/trunk/pkgs/development/libraries/sword

2011-09-13 Thread Piotr Pietraszkiewicz
Author: piotr Date: Tue Sep 13 20:50:39 2011 New Revision: 29257 URL: https://ssl.nixos.org/websvn/nix/?rev=29257sc=1 Log: made myself a maintainer of sword Modified: nixpkgs/trunk/pkgs/development/libraries/sword/default.nix Modified:

[Nix-commits] SVN commit: nix - r29258 - nixpkgs/trunk/pkgs/applications/misc/bibletime

2011-09-13 Thread Piotr Pietraszkiewicz
Author: piotr Date: Tue Sep 13 20:52:25 2011 New Revision: 29258 URL: https://ssl.nixos.org/websvn/nix/?rev=29258sc=1 Log: bibletime-2.8.1 + made myself a maintainer Modified: nixpkgs/trunk/pkgs/applications/misc/bibletime/default.nix Modified:

[Nix-commits] SVN commit: nix - r29259 - nixpkgs/trunk/pkgs/applications/networking/instant-messengers/kadu

2011-09-13 Thread Piotr Pietraszkiewicz
Author: piotr Date: Tue Sep 13 20:54:02 2011 New Revision: 29259 URL: https://ssl.nixos.org/websvn/nix/?rev=29259sc=1 Log: made myself a maintainer of kadu Modified: nixpkgs/trunk/pkgs/applications/networking/instant-messengers/kadu/default.nix Modified:

[Nix-commits] SVN commit: nix - r29260 - nixpkgs/trunk/pkgs/build-support/dotnetenv

2011-09-13 Thread Sander van der Burg
Author: sandervanderburg Date: Tue Sep 13 21:07:08 2011 New Revision: 29260 URL: https://ssl.nixos.org/websvn/nix/?rev=29260sc=1 Log: Transitive library dependencies are now propagated Modified: nixpkgs/trunk/pkgs/build-support/dotnetenv/build-solution.nix

[Nix-commits] SVN commit: nix - r29261 - nixpkgs/branches/syscall-tracing/pkgs/top-level

2011-09-13 Thread Eelco Dolstra
Author: eelco Date: Tue Sep 13 22:09:22 2011 New Revision: 29261 URL: https://ssl.nixos.org/websvn/nix/?rev=29261sc=1 Log: Modified: nixpkgs/branches/syscall-tracing/pkgs/top-level/release-lib.nix Modified: nixpkgs/branches/syscall-tracing/pkgs/top-level/release-lib.nix

[Nix-commits] SVN commit: nix - r29262 - nix/branches/multiple-outputs-sandbox

2011-09-13 Thread Shea Levy
Author: shlevy Date: Wed Sep 14 00:41:02 2011 New Revision: 29262 URL: https://ssl.nixos.org/websvn/nix/?rev=29262sc=1 Log: Create a branch for me to play around with finishing off the multiple outputs implementation Added: nix/branches/multiple-outputs-sandbox/ - copied from r29188,

[Nix-commits] SVN commit: nix - r29264 - nixpkgs/trunk/pkgs/os-specific/linux/pm-utils

2011-09-13 Thread Yury G. Kudryashov
Author: urkud Date: Wed Sep 14 04:06:43 2011 New Revision: 29264 URL: https://ssl.nixos.org/websvn/nix/?rev=29264sc=1 Log: pmutils: PATH+=${dbus_tools}/bin, fix /sbin/hwclock sleep.d/55NetworkManager needs dbus-send Modified: nixpkgs/trunk/pkgs/os-specific/linux/pm-utils/default.nix

[Nix-commits] SVN commit: nix - r29265 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-13 Thread Shea Levy
Author: shlevy Date: Wed Sep 14 05:59:17 2011 New Revision: 29265 URL: https://ssl.nixos.org/websvn/nix/?rev=29265sc=1 Log: First attempt at the output-as-derivation semantics For each output, this adds a corresponding attribute to the derivation that is the same as the derivation except for

[Nix-commits] SVN commit: nix - r29266 - nix/branches/multiple-outputs-sandbox/tests

2011-09-13 Thread Shea Levy
Author: shlevy Date: Wed Sep 14 05:59:29 2011 New Revision: 29266 URL: https://ssl.nixos.org/websvn/nix/?rev=29266sc=1 Log: Add a test for multiple outputs This currently fails. Yay test-driven development! Added: nix/branches/multiple-outputs-sandbox/tests/multiple-outputs.a.builder.sh