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

2012-02-27 Thread Corey O'Connor
For this to work under GHC 7.4.1 I had to have this config: nixpkgs.config.packageOverrides = pkgs : { haskellPackages = pkgs.haskellPackages_ghc741; darcs = pkgs.haskellPackages_ghc6123.darcs; }; environment.systemPackages =

Re: [Nix-dev] contributions for nixpkgs (including replacement for stdenv-updates problems)

2012-02-27 Thread Mathijs Kwik
On Tue, Feb 28, 2012 at 1:11 AM, Peter Simons wrote: > Hi Mathijs, > >  > Can someone please commit these to svn? > > I committed your patches. Thank you for the updates. Thanks > > I wonder about this change, though: > > -  name = "moderncv-2012.01.16"; > +  name = "moderncv-0.19"; > > Where do

[Nix-dev] [***SPAM***] Re: donating through hydra

2012-02-27 Thread Michael Raskin
>I'm not sure of the powers of 'nix-store --verify-path', but so far I >was under the (wrong) impression, that nix has methods that do not >require trust into the build farm (provider). This works for checking that redistributor is honest, but not for original buildfarm which actually produces th

Re: [Nix-dev] donating through hydra

2012-02-27 Thread Florian Friesdorf
On Tue, 28 Feb 2012 06:12:00 +0100, Marc Weber wrote: > Excerpts from Florian Friesdorf's message of Tue Feb 28 05:55:56 +0100 2012: > > I'm thinking to donate to the nix community by renting a server and > > setting up hydra on it. > Writing down my thougts while reading it: > > And then? Do the

Re: [Nix-dev] donating through hydra

2012-02-27 Thread Marc Weber
Excerpts from Florian Friesdorf's message of Tue Feb 28 05:55:56 +0100 2012: > I'm thinking to donate to the nix community by renting a server and > setting up hydra on it. Writing down my thougts while reading it: And then? Do the same as current buildfarm does? Duplicate work by building subvers

[Nix-dev] postgresql psql hack waiting for startup

2012-02-27 Thread Marc Weber
# We'd like to use the `-w' flag here to wait until the # database is up, but it requires a `postgres' user to # exist. And we can't call `createuser' before the # database is running. ${run} -c '${postgresql}/bin/pg_ctl start -o "${toString flags}"' Why not create the postgres user the

[Nix-dev] donating through hydra

2012-02-27 Thread Florian Friesdorf
Hi, I'm thinking to donate to the nix community by renting a server and setting up hydra on it. What is the spec of the current hydra build farm? How much work am I facing in setting it up? The docs[1] claim to be incomplete. regards florian [1] http://nixos.org/hydra/ -- Florian Friesdorf

Re: [Nix-dev] contributions for nixpkgs (including replacement for stdenv-updates problems)

2012-02-27 Thread Peter Simons
Hi Mathijs, > Can someone please commit these to svn? I committed your patches. Thank you for the updates. I wonder about this change, though: - name = "moderncv-2012.01.16"; + name = "moderncv-0.19"; Where does that "0.19" version number come from? I never noticed that moderncv has a versi

[Nix-commits] SVN commit: nix - r32669 - in nixpkgs/trunk/pkgs/development: libraries/haskell/HSH tools/haskell/haskdogs tools/haskell/hasktags

2012-02-27 Thread Peter Simons
Author: simons Date: Tue Feb 28 00:10:09 2012 New Revision: 32669 URL: https://nixos.org/websvn/nix/?rev=32669&sc=1 Log: Added meta.maintainers section. Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/default.nix nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.n

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

2012-02-27 Thread Peter Simons
Author: simons Date: Tue Feb 28 00:10:05 2012 New Revision: 32668 URL: https://nixos.org/websvn/nix/?rev=32668&sc=1 Log: gogoclient: ipv6 tunnel Added: nixpkgs/trunk/pkgs/os-specific/linux/gogoclient/ nixpkgs/trunk/pkgs/os-specific/linux/gogoclient/config-paths.patch nixpkgs/trunk/pkgs/o

[Nix-commits] SVN commit: nix - r32667 - in nixpkgs/trunk/pkgs: development/tools/haskell/haskdogs top-level

2012-02-27 Thread Peter Simons
Author: simons Date: Tue Feb 28 00:10:02 2012 New Revision: 32667 URL: https://nixos.org/websvn/nix/?rev=32667&sc=1 Log: haskell-haskdogs: wrapper around hasktags that fetches sources for dependencies from hackage Added: nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/ nixpkgs/trunk/

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r32580 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
On Mon, 27 Feb 2012 16:49:17 +0100, Eelco Dolstra wrote: > Hi, > > On 26/02/12 18:22, Florian Friesdorf wrote: > > > Log: > > pth file with deps, only current package's scripts, no colliding files > > > > Modified: > > > > nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/gen

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

2012-02-27 Thread Peter Simons
Author: simons Date: Tue Feb 28 00:09:59 2012 New Revision: 32666 URL: https://nixos.org/websvn/nix/?rev=32666&sc=1 Log: haskell-HSH: shell scripting in haskell Added: nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/ nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/default.nix Modi

[Nix-commits] SVN commit: nix - r32665 - in nixpkgs/trunk/pkgs: development/tools/haskell/hasktags top-level

2012-02-27 Thread Peter Simons
Author: simons Date: Tue Feb 28 00:09:56 2012 New Revision: 32665 URL: https://nixos.org/websvn/nix/?rev=32665&sc=1 Log: hasktags: ctags/etags for haskell sources Added: nixpkgs/trunk/pkgs/development/tools/haskell/hasktags/ nixpkgs/trunk/pkgs/development/tools/haskell/hasktags/default.nix

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

2012-02-27 Thread Peter Simons
Author: simons Date: Tue Feb 28 00:09:52 2012 New Revision: 32664 URL: https://nixos.org/websvn/nix/?rev=32664&sc=1 Log: moderncv: upgraded to 0.19 Modified: nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive/moderncv.nix Modified: nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive/moderncv.nix =

[Nix-commits] SVN commit: nix - r32656 - nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:33 2012 New Revision: 32656 URL: https://nixos.org/websvn/nix/?rev=32656&sc=1 Log: Revert "do not propagate makeWrapper via pythonXYFull" This reverts commit 3ee2667e4c60c2ed850da8538cf135fe7f716f30. Modified: nixpkgs/branches/stdenv-updates/pkgs/devel

[Nix-commits] SVN commit: nix - r32663 - in nixpkgs/branches/stdenv-updates/pkgs: development/python-modules/site top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:08:00 2012 New Revision: 32663 URL: https://nixos.org/websvn/nix/?rev=32663&sc=1 Log: Revert "python site.py that loads pth files anywhere on PYTHONPATH" This reverts commit fac80449abd57c271dfb98d392e49e4135dfc50c. Deleted: nixpkgs/branches/stdenv-updates

[Nix-commits] SVN commit: nix - r32662 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:56 2012 New Revision: 32662 URL: https://nixos.org/websvn/nix/?rev=32662&sc=1 Log: Revert "pth file with deps, only current package's scripts, no colliding files" This reverts commit 3a37caa6a278fb244eac4a6bb1452d1914159be8. Modified: nixpkgs/branches/

[Nix-commits] SVN commit: nix - r32661 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/setuptools

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:53 2012 New Revision: 32661 URL: https://nixos.org/websvn/nix/?rev=32661&sc=1 Log: Revert "clean setuptools from colliding files - it is not using buildPythonPkg" This reverts commit 9bc390eb7b9bcbe8b4951797010efd27afbe7afd. Modified: nixpkgs/branches/

[Nix-commits] SVN commit: nix - r32660 - in nixpkgs/branches/stdenv-updates/pkgs: development/python-modules/generic development/python-modules/setuptools top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:48 2012 New Revision: 32660 URL: https://nixos.org/websvn/nix/?rev=32660&sc=1 Log: Revert "include site for python wrappers to enable deps via pth files" This reverts commit dca280ab0b668553c50506ab7b31284e8477a803. Modified: nixpkgs/branches/stdenv-up

[Nix-commits] SVN commit: nix - r32659 - in nixpkgs/branches/stdenv-updates/pkgs: development/python-modules/generic development/python-modules/offline-distutils top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:42 2012 New Revision: 32659 URL: https://nixos.org/websvn/nix/?rev=32659&sc=1 Log: Revert "prevent distutils during module install from downloading and load pth files" This reverts commit 2a151d9df99f68c555a9f1fd2c80b8889561e9e3. Deleted: nixpkgs/bran

[Nix-commits] SVN commit: nix - r32657 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/offline-distutils

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:36 2012 New Revision: 32657 URL: https://nixos.org/websvn/nix/?rev=32657&sc=1 Log: Revert "meta for offline-distutils" This reverts commit 8fcf025e5f80519a6f06c0b36aee007fe16a6e31. Modified: nixpkgs/branches/stdenv-updates/pkgs/development/python-modul

[Nix-commits] SVN commit: nix - r32658 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/site

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:39 2012 New Revision: 32658 URL: https://nixos.org/websvn/nix/?rev=32658&sc=1 Log: Revert "insert pth eggs at index of site-packages they come from" This reverts commit daa626efe76d8602c7892aaa338d526ea88bfe1b. Modified: nixpkgs/branches/stdenv-updates/

[Nix-commits] SVN commit: nix - r32654 - in nixpkgs/branches/stdenv-updates/pkgs/development/python-modules: generic site

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:27 2012 New Revision: 32654 URL: https://nixos.org/websvn/nix/?rev=32654&sc=1 Log: Revert "include site in pythonpath of wrapped scripts, if python-site is installed" This reverts commit 1ac12b0d4b64936104cb6031b02c92c3d1845ae5. Deleted: nixpkgs/branch

[Nix-commits] SVN commit: nix - r32655 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:30 2012 New Revision: 32655 URL: https://nixos.org/websvn/nix/?rev=32655&sc=1 Log: Revert "removal of deps' scripts only if easy-install.pth exists" This reverts commit a74507f63e2af67cf64dc3e67bfbf2771120f67e. Modified: nixpkgs/branches/stdenv-updates

[Nix-commits] SVN commit: nix - r32653 - nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:23 2012 New Revision: 32653 URL: https://nixos.org/websvn/nix/?rev=32653&sc=1 Log: Revert "pysite support for pythonXYFull wrapper" This reverts commit f77b9a16a9ef52951a601997593dc557a42660b9. Deleted: nixpkgs/branches/stdenv-updates/pkgs/development/

[Nix-commits] SVN commit: nix - r32652 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:19 2012 New Revision: 32652 URL: https://nixos.org/websvn/nix/?rev=32652&sc=1 Log: Revert "suffix pythonpath" This reverts commit a9a2b1e0dd8cdbb1dff3253d303b35d41f29b0f9. Modified: nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generi

[Nix-commits] SVN commit: nix - r32650 - in nixpkgs/branches/stdenv-updates/pkgs: development/libraries/libxml2 top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:12 2012 New Revision: 32650 URL: https://nixos.org/websvn/nix/?rev=32650&sc=1 Log: Revert "separate libxml2 python bindings, added libconvOrLibC dependency" This reverts commit 614b18668433329cc5686c34b51a63e51c86c9f4. Modified: nixpkgs/branches/stdenv

[Nix-commits] SVN commit: nix - r32651 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:16 2012 New Revision: 32651 URL: https://nixos.org/websvn/nix/?rev=32651&sc=1 Log: Revert "PYTHONPATH in preConfigure instead of configurePhase" This reverts commit a9873e9412d5ffb333baaf33502c8dff62548fa6. Modified: nixpkgs/branches/stdenv-updates/pkg

[Nix-commits] SVN commit: nix - r32649 - in nixpkgs/branches/stdenv-updates/pkgs: tools/text/xml/xpf top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:08 2012 New Revision: 32649 URL: https://nixos.org/websvn/nix/?rev=32649&sc=1 Log: Revert "adapted xpf to new libxml2Python" This reverts commit b1f634f3d384a39e015d69e348cf220855457049. Modified: nixpkgs/branches/stdenv-updates/pkgs/tools/text/xml/xpf/

[Nix-commits] SVN commit: nix - r32648 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:05 2012 New Revision: 32648 URL: https://nixos.org/websvn/nix/?rev=32648&sc=1 Log: Revert "Trying to fix the tarball, related to a problem introduced in 32596." This reverts commit d5172b093cb152e150620eee36141dcf7feb259d. Modified: nixpkgs/branches/std

[Nix-commits] SVN commit: nix - r32647 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:07:02 2012 New Revision: 32647 URL: https://nixos.org/websvn/nix/?rev=32647&sc=1 Log: Revert "fix python libxml2" This reverts commit 60a68234014b282804a1d434807d912949ea79ac. Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.nix Mo

[Nix-commits] SVN commit: nix - r32646 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:59 2012 New Revision: 32646 URL: https://nixos.org/websvn/nix/?rev=32646&sc=1 Log: Revert "fix typos: beautifulSoup instead of beautifulSoap" This reverts commit 679936bfcf8519321087d1ba06bdf91444c3c55f. Modified: nixpkgs/branches/stdenv-updates/pkgs/to

[Nix-commits] SVN commit: nix - r32645 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:56 2012 New Revision: 32645 URL: https://nixos.org/websvn/nix/?rev=32645&sc=1 Log: Revert "logilabComman and astng fixes" This reverts commit 7f08e8d98e43fe57b68a751d77a52574cf139e04. Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packa

[Nix-commits] SVN commit: nix - r32644 - in nixpkgs/branches/stdenv-updates/pkgs: development/python-modules/generic top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:52 2012 New Revision: 32644 URL: https://nixos.org/websvn/nix/?rev=32644&sc=1 Log: Revert "added unzip to buildPythonPackage's buildInputs - used quite often" This reverts commit f067ecb4911f154fe2c64434abdc5a8b79625f5a. Modified: nixpkgs/branches/stde

[Nix-commits] SVN commit: nix - r32643 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:49 2012 New Revision: 32643 URL: https://nixos.org/websvn/nix/?rev=32643&sc=1 Log: Revert "move checkPhase after fixupPhase for python packages" This reverts commit 413c44da228754018a2920cb556303e803a9d488. Deleted: nixpkgs/branches/stdenv-updates/pkgs

[Nix-commits] SVN commit: nix - r32642 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:46 2012 New Revision: 32642 URL: https://nixos.org/websvn/nix/?rev=32642&sc=1 Log: Revert "enable preConfigure for python packages again" This reverts commit a513314290ba0d78400ea4902301f421e0fecdd2. Modified: nixpkgs/branches/stdenv-updates/pkgs/devel

[Nix-commits] SVN commit: nix - r32641 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:42 2012 New Revision: 32641 URL: https://nixos.org/websvn/nix/?rev=32641&sc=1 Log: Revert "python packages cleanup" This reverts commit 632873d81fcf9b1f85d4b2f990f92bc65dcd261a. Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.ni

[Nix-commits] SVN commit: nix - r32640 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:39 2012 New Revision: 32640 URL: https://nixos.org/websvn/nix/?rev=32640&sc=1 Log: Revert "fix python optfunc" This reverts commit abf16535e7aa5b97bc084dd2953c3525d8f4b9aa. Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.nix Mo

[Nix-commits] SVN commit: nix - r32639 - nixpkgs/branches/stdenv-updates/pkgs/tools/networking/p2p/bittorrent

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Tue Feb 28 00:06:36 2012 New Revision: 32639 URL: https://nixos.org/websvn/nix/?rev=32639&sc=1 Log: Revert "fix bittorrent by using buildPythonPackage" This reverts commit c029f9f7fe86867cfd94461996dc6a6415e0e8d0. Added: nixpkgs/branches/stdenv-updates/pkgs/tools/netwo

[Nix-dev] contributions for nixos (please check first if everyone agrees, especially gw6c users)

2012-02-27 Thread Mathijs Kwik
Hi all, patch 1 and 2 can be applied right away, they're safe. patch 3, 4 and 5 might need some discussion. I set out to replace gw6c with gogoclient because of stdenv-updates breaking gw6c. gw6c's module was a bit messy (strange password handling using seccurekeys), so I simplified it a bit too.

[Nix-commits] SVN commit: nix - r32638 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/crypto++

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 23:49:11 2012 New Revision: 32638 URL: https://nixos.org/websvn/nix/?rev=32638&sc=1 Log: include upstream patch for salsa validation with gcc4.6 http://sourceforge.net/apps/trac/cryptopp/changeset/529 Added: nixpkgs/branches/stdenv-updates/pkgs/development/l

[Nix-commits] SVN commit: nix - r32637 - in nixpkgs/trunk/pkgs: os-specific/linux/qemu-kvm top-level

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 23:25:54 2012 New Revision: 32637 URL: https://nixos.org/websvn/nix/?rev=32637&sc=1 Log: QEMU-KVM 1.0 (tentative). Added: nixpkgs/trunk/pkgs/os-specific/linux/qemu-kvm/1.0.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Added: nixpkgs/trunk/pkgs/os

[Nix-commits] SVN commit: nix - r32636 - nixpkgs/branches/stdenv-updates/pkgs/tools/networking/p2p/bittorrent

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 22:53:44 2012 New Revision: 32636 URL: https://nixos.org/websvn/nix/?rev=32636&sc=1 Log: fix bittorrent by using buildPythonPackage Deleted: nixpkgs/branches/stdenv-updates/pkgs/tools/networking/p2p/bittorrent/builder.sh Modified: nixpkgs/branches/stdenv-

[Nix-dev] contributions for nixpkgs (including replacement for stdenv-updates problems)

2012-02-27 Thread Mathijs Kwik
Hi all, Few new packages, nothing fancy. GogoClient is the (better maintained) fork of gw6c. I included some patches to get it to build on stdenv-updates as well (gw6c is broken there). Nixos modules to use it in next mail. Can someone please commit these to svn? Thanks a lot, Mathijs 0001-mode

[Nix-commits] SVN commit: nix - r32635 - in nixpkgs/trunk/pkgs: development/interpreters/angelscript games/rigsofrods top-level

2012-02-27 Thread Lluís Batlle
Author: viric Date: Mon Feb 27 22:39:23 2012 New Revision: 32635 URL: https://nixos.org/websvn/nix/?rev=32635&sc=1 Log: Downgrading rigsofrods to a version that might work, where cars may run fast. This rev should be very close to the stablest 0.38. I had to bring an old angelscript in. Added:

[Nix-commits] SVN commit: nix - r32634 - nixpkgs/trunk/pkgs/os-specific/linux/qemu-kvm

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 21:54:33 2012 New Revision: 32634 URL: https://nixos.org/websvn/nix/?rev=32634&sc=1 Log: QEMU-KVM: Use `smbd' from $PATH. Modified: nixpkgs/trunk/pkgs/os-specific/linux/qemu-kvm/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/qemu-kvm/default.nix =

[Nix-commits] SVN commit: nix - r32633 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 21:26:59 2012 New Revision: 32633 URL: https://nixos.org/websvn/nix/?rev=32633&sc=1 Log: fix python optfunc Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.nix Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.n

[Nix-dev] running a daemon as a user

2012-02-27 Thread Mathijs Kwik
Hi all, I can use some hints on running a daemon as a user. Nixos creates the user, and the job.preStart makes sure the directory below /var/lib is owned by that user. The daemon itself doesn't have support for specifying a user/group, so I use: su username -c "mydaemon" This works fine, but as

[Nix-commits] SVN commit: nix - r32632 - in nixpkgs/trunk/pkgs: development/libraries/haskell/base64-bytestring top-level

2012-02-27 Thread Peter Simons
Author: simons Date: Mon Feb 27 20:27:41 2012 New Revision: 32632 URL: https://nixos.org/websvn/nix/?rev=32632&sc=1 Log: haskell-base64-bytestring: downgraded default version to 0.1.0.3 Michael Snoyman reports that version 0.1.1.0 has serious performance issues: > import Data.ByteString.Base64 >

[Nix-commits] SVN commit: nix - r32631 - nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/guile

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 20:10:10 2012 New Revision: 32631 URL: https://nixos.org/websvn/nix/?rev=32631&sc=1 Log: GNU Guile 1.8: Build without `-Werror'. Modified: nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/guile/1.8.nix Modified: nixpkgs/branches/stdenv-updates/pkgs/

Re: [Nix-dev] [PATCH] Improved LDAP and nscd interoperability

2012-02-27 Thread Rickard Nilsson
I have updated patch a tiny bit. I had to put the ldap activation snippet after the users activation for the chmod to work, of course. / Rickard Den 2012-02-22 11:14:13 skrev Rickard Nilsson : Hi, Here's a patch that improves LDAP and nscd interoperability a bit. It does two things: *

[Nix-commits] SVN commit: nix - r32630 - nixpkgs/trunk/pkgs/development/libraries/glibc-2.12

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 18:28:29 2012 New Revision: 32630 URL: https://nixos.org/websvn/nix/?rev=32630&sc=1 Log: GNU libc: Update the Hurd port. Deleted: nixpkgs/trunk/pkgs/development/libraries/glibc-2.12/hurd-sigstate-functions.patch Modified: nixpkgs/trunk/pkgs/development/librari

[Nix-commits] SVN commit: nix - r32629 - configurations/trunk/misc/raskin

2012-02-27 Thread Michael Raskin
Author: raskin Date: Mon Feb 27 18:03:33 2012 New Revision: 32629 URL: https://nixos.org/websvn/nix/?rev=32629&sc=1 Log: Succesful rebuild Modified: configurations/trunk/misc/raskin/bind.nix configurations/trunk/misc/raskin/package-groups.nix configurations/trunk/misc/raskin/private-pack

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

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 17:50:44 2012 New Revision: 32628 URL: https://nixos.org/websvn/nix/?rev=32628&sc=1 Log: release-cross: Build `gnu.smbfs.hostDrv', not `gnu.smbfs'. Modified: nixpkgs/trunk/pkgs/top-level/release-cross.nix Modified: nixpkgs/trunk/pkgs/top-level/release-cross.nix =

[Nix-commits] SVN commit: nix - r32627 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 17:34:13 2012 New Revision: 32627 URL: https://nixos.org/websvn/nix/?rev=32627&sc=1 Log: python packages cleanup authored by: chaoflow, goibhniu Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.nix Modified: nixpkgs/branches/stdenv-up

[Nix-commits] SVN commit: nix - r32626 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 17:34:08 2012 New Revision: 32626 URL: https://nixos.org/websvn/nix/?rev=32626&sc=1 Log: enable preConfigure for python packages again authored by: chaoflow, goibhniu Modified: nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic/default.n

[Nix-commits] SVN commit: nix - r32624 - in nixpkgs/branches/stdenv-updates/pkgs: development/python-modules/generic top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 17:33:55 2012 New Revision: 32624 URL: https://nixos.org/websvn/nix/?rev=32624&sc=1 Log: added unzip to buildPythonPackage's buildInputs - used quite often authored by: chaoflow, goibhniu Modified: nixpkgs/branches/stdenv-updates/pkgs/development/python-modu

[Nix-commits] SVN commit: nix - r32625 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 17:34:02 2012 New Revision: 32625 URL: https://nixos.org/websvn/nix/?rev=32625&sc=1 Log: move checkPhase after fixupPhase for python packages authored by: chaoflow, goibhniu Added: nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic/build

[Nix-commits] SVN commit: nix - r32623 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 17:33:49 2012 New Revision: 32623 URL: https://nixos.org/websvn/nix/?rev=32623&sc=1 Log: logilabComman and astng fixes authored by: chaoflow, goibhniu Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.nix Modified: nixpkgs/branches/std

[Nix-commits] SVN commit: nix - r32622 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2012-02-27 Thread Florian Friesdorf
Author: chaoflow Date: Mon Feb 27 17:33:44 2012 New Revision: 32622 URL: https://nixos.org/websvn/nix/?rev=32622&sc=1 Log: fix typos: beautifulSoup instead of beautifulSoap authored by: chaoflow, goibhniu Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/python-packages.nix Modified:

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

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 17:22:30 2012 New Revision: 32621 URL: https://nixos.org/websvn/nix/?rev=32621&sc=1 Log: GCC 4.6: Fix the Canadian cross. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix =

[Nix-commits] SVN commit: nix - r32620 - nixpkgs/trunk/pkgs/development/compilers/gcc-4.6

2012-02-27 Thread Ludovic Courtès
Author: ludo Date: Mon Feb 27 17:22:27 2012 New Revision: 32620 URL: https://nixos.org/websvn/nix/?rev=32620&sc=1 Log: GCC 4.6: Fix erroneous dependency on X libraries when !javaAwtGtk. Modified: nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix Modified: nixpkgs/trunk/pkgs/develop

[Nix-commits] SVN commit: nix - r32619 - nixpkgs/trunk/pkgs/development/tools/documentation/doxygen

2012-02-27 Thread Lluís Batlle
Author: viric Date: Mon Feb 27 16:45:35 2012 New Revision: 32619 URL: https://nixos.org/websvn/nix/?rev=32619&sc=1 Log: Updating doxygen to 1.8.0 Modified: nixpkgs/trunk/pkgs/development/tools/documentation/doxygen/default.nix Modified: nixpkgs/trunk/pkgs/development/tools/documentation/doxyg

Re: [Nix-dev] Directory containing haskell documentation?

2012-02-27 Thread Florian Friesdorf
On Sun, 26 Feb 2012 13:36:50 -0800, "Corey O'Connor" wrote: > Hi Peter, > > On Sun, Feb 26, 2012 at 12:59 PM, Peter Simons wrote: > > the NixOS module "modules/config/system-path.nix" does that. It appears > > that "environment.pathsToLink" is the option you are looking for. > > Adding "/share

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r32580 - nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic

2012-02-27 Thread Eelco Dolstra
Hi, On 26/02/12 18:22, Florian Friesdorf wrote: > Log: > pth file with deps, only current package's scripts, no colliding files > > Modified: > > nixpkgs/branches/stdenv-updates/pkgs/development/python-modules/generic/default.nix I can't really judge the impact of these Python changes, but

[Nix-commits] SVN commit: nix - r32618 - nixpkgs/trunk/pkgs/os-specific/linux/nvidia-x11

2012-02-27 Thread Evgeny Egorochkin
Author: egorochkin Date: Mon Feb 27 10:55:52 2012 New Revision: 32618 URL: https://nixos.org/websvn/nix/?rev=32618&sc=1 Log: NVidia proprietary driver: version bump Modified: nixpkgs/trunk/pkgs/os-specific/linux/nvidia-x11/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/nvidia-x11/

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

2012-02-27 Thread Peter Simons
Author: simons Date: Mon Feb 27 10:12:06 2012 New Revision: 32617 URL: https://nixos.org/websvn/nix/?rev=32617&sc=1 Log: pkgs/top-level/all-packages.nix: stripped extraneous whitespace Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.

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

2012-02-27 Thread Peter Simons
Author: simons Date: Mon Feb 27 10:12:03 2012 New Revision: 32616 URL: https://nixos.org/websvn/nix/?rev=32616&sc=1 Log: haskell-persistent: updated to version 0.8.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/persistent/default.nix Modified: nixpkgs/trunk/pkgs/development/l

[Nix-commits] SVN commit: nix - r32615 - nixpkgs/trunk/pkgs/applications/misc/mathblog

2012-02-27 Thread Peter Simons
Author: simons Date: Mon Feb 27 10:11:56 2012 New Revision: 32615 URL: https://nixos.org/websvn/nix/?rev=32615&sc=1 Log: haskell-mathblog: updated to version 0.5 Deleted: nixpkgs/trunk/pkgs/applications/misc/mathblog/0006-Loosen-dependencies-on-SHA-HUnit-and-test-framework.patch Modified:

[Nix-commits] SVN commit: nix - r32614 - nixpkgs/branches/stdenv-updates/pkgs/development/libraries/geoclue

2012-02-27 Thread Michael Raskin
Author: raskin Date: Mon Feb 27 08:18:11 2012 New Revision: 32614 URL: https://nixos.org/websvn/nix/?rev=32614&sc=1 Log: Trying to fix geoclue build with fresher GCC Modified: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/geoclue/default.nix Modified: nixpkgs/branches/stdenv-up