Re: [Nix-dev] [PATCHES] vsftpd and filesystems

2012-02-24 Thread Mathijs Kwik
On Fri, Feb 24, 2012 at 5:41 PM, Bryce L Nordgren wrote: > > > On Thu, Feb 23, 2012 at 11:49 PM, Mathijs Kwik > wrote: >> >> This patch forces loading of the btrfs module for everyone, and the >> inclusion of the "btrfs" tool in everyone's initrd. >> >> Perhaps you can just use boot.initrd.kernel

[Nix-commits] SVN commit: nix - r32555 - nixpkgs/branches/libpng15/pkgs/top-level

2012-02-24 Thread Yury G. Kudryashov
Author: urkud Date: Sat Feb 25 03:09:36 2012 New Revision: 32555 URL: https://nixos.org/websvn/nix/?rev=32555&sc=1 Log: Pass libpng-1.2 to pngtoico Modified: nixpkgs/branches/libpng15/pkgs/top-level/all-packages.nix Modified: nixpkgs/branches/libpng15/pkgs/top-level/all-packages.nix =

[Nix-commits] SVN commit: nix - r32554 - nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-toolkit

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 23:40:58 2012 New Revision: 32554 URL: https://nixos.org/websvn/nix/?rev=32554&sc=1 Log: Finally I fix, not blindly, the nvidia-cg-toolkit expression for i686-linux Modified: nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-toolkit/default.nix Modified: nixpkg

Re: [Nix-dev] python fails to find rdflib

2012-02-24 Thread Florian Friesdorf
On Fri, 24 Feb 2012 22:16:24 +0400, "Yury G. Kudryashov" wrote: > >> echo import rdflib | \ > >> PYTHONPATH=${pythonPackages.rdflib}/lib/python2.7/site-packages python - > > ls -l ${pythonPackages.rdflib}/lib/python2.7/site-packages > rdflib-3.0.0-py2.7.egg PYTHONPATH=${pythonPackages.rdflib}/

[Nix-commits] SVN commit: nix - r32553 - nixpkgs/trunk/pkgs/games/rigsofrods

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 22:56:53 2012 New Revision: 32553 URL: https://nixos.org/websvn/nix/?rev=32553&sc=1 Log: Making rigs of rods build and run right away. Simpyl run 'rorconfig' first, and 'RoR' then. On linux, disable Caleum rendering. It does not work. Known bug upstream. Added: n

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

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 22:49:41 2012 New Revision: 32552 URL: https://nixos.org/websvn/nix/?rev=32552&sc=1 Log: Trying to fix go-oo Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix =

[Nix-commits] SVN commit: nix - r32551 - nixpkgs/trunk/pkgs/games/rigsofrods

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 22:09:07 2012 New Revision: 32551 URL: https://nixos.org/websvn/nix/?rev=32551&sc=1 Log: A patch required for RoR I just forgot. Added: nixpkgs/trunk/pkgs/games/rigsofrods/doubleslash.patch Added: nixpkgs/trunk/pkgs/games/rigsofrods/doubleslash.patch ===

[Nix-commits] SVN commit: nix - r32550 - nixpkgs/trunk/pkgs/games/rigsofrods

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 22:05:47 2012 New Revision: 32550 URL: https://nixos.org/websvn/nix/?rev=32550&sc=1 Log: Updating and fixing rigsofrods, to 0.39.4. Pay attention to the last 'echo' of installPhase. Deleted: nixpkgs/trunk/pkgs/games/rigsofrods/wx.patch Modified: nixpkgs/trunk

[Nix-commits] SVN commit: nix - r32549 - in nixpkgs/trunk/pkgs: development/interpreters/angelscript development/libraries/caelum development/libraries/mysocketw development/libraries/ogrepaged top-le

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 21:13:14 2012 New Revision: 32549 URL: https://nixos.org/websvn/nix/?rev=32549&sc=1 Log: Updating angelscript to 2.22.1. Adding mysocketw. Adding ogre-paged. Fixing the caelum licence. Added: nixpkgs/trunk/pkgs/development/libraries/mysocketw/ nixpkgs/trunk

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

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 20:34:35 2012 New Revision: 32548 URL: https://nixos.org/websvn/nix/?rev=32548&sc=1 Log: Adding caelum (I want RoR) Added: nixpkgs/trunk/pkgs/development/libraries/caelum/ nixpkgs/trunk/pkgs/development/libraries/caelum/default.nix Modified: nixpkgs/trunk/p

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

2012-02-24 Thread Eelco Dolstra
On 24/02/12 21:21, Arie Middelkoop wrote: >syslogng = callPackage ../tools/system/syslog-ng { }; > > + mcelog = callPackage ../os-specific/linux/mcelog { }; > + >asciidoc = callPackage ../tools/typesetting/asciidoc { }; > >autossh = callPackage ../tools/networking/autossh { }; Mi

[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 - r32546 - nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-toolkit

2012-02-24 Thread Lluís Batlle
Author: viric Date: Fri Feb 24 20:18:32 2012 New Revision: 32546 URL: https://nixos.org/websvn/nix/?rev=32546&sc=1 Log: Blind commit trying to fix nvidia cg toolkit on i686-linux Modified: nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-toolkit/default.nix Modified: nixpkgs/trunk/pkgs/deve

Re: [Nix-dev] python fails to find rdflib

2012-02-24 Thread Yury G. Kudryashov
Yury G. Kudryashov wrote: > Hi! > > The following fails for me: Forgotten to say: I'm talking about build phase of a derivation, not about installing it to the environment. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-d

Re: [Nix-dev] python fails to find rdflib

2012-02-24 Thread Yury G. Kudryashov
Florian Friesdorf wrote: > > Hi Yury, > > On Thu, 23 Feb 2012 22:18:07 +0400, "Yury G. Kudryashov" > wrote: >> Hi! >> >> The following fails for me: >> echo import rdflib | \ >> PYTHONPATH=${pythonPackages.rdflib}/lib/python2.7/site-packages python - >> >> What should I use instead? $PYTHONP

[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 - r32544 - nixpkgs/trunk/pkgs/tools/networking/vpnc

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 17:32:11 2012 New Revision: 32544 URL: https://nixos.org/websvn/nix/?rev=32544&sc=1 Log: vpnc: install the README file into $out/share/doc Modified: nixpkgs/trunk/pkgs/tools/networking/vpnc/default.nix Modified: nixpkgs/trunk/pkgs/tools/networking/vpnc/default.

Re: [Nix-dev] python fails to find rdflib

2012-02-24 Thread Florian Friesdorf
On Fri, 24 Feb 2012 16:58:08 +0100, Florian Friesdorf wrote: > > Hi Yury, > > On Thu, 23 Feb 2012 22:18:07 +0400, "Yury G. Kudryashov" > wrote: > > Hi! > > > > The following fails for me: > > echo import rdflib | \ > > PYTHONPATH=${pythonPackages.rdflib}/lib/python2.7/site-packages python -

Re: [Nix-dev] Python's hashlib lacks support for RIPEM160 because it's configured w/o openssl

2012-02-24 Thread Florian Friesdorf
For completeness sake: On Mon, 20 Feb 2012 05:36:05 +0100, Florian Friesdorf wrote: > > Does anyone have another suggestion? > > With help from #python: > > We need the openssl headers available during build for socket and hmac > to be openssl aware. We could then remove the ssl module / preve

Re: [Nix-dev] patch: add haskell library monads-tf

2012-02-24 Thread Corey O'Connor
Interesting! I had not noticed. I've been working on getting the yi editor into nixpkgs. (http://hackage.haskell.org/package/yi) Hence the addition of monads-fd. However the yi editor dependencies are out of date. I think I'll update the package on hackage before proceeding any farther in adding it

Re: [Nix-dev] python fails to find rdflib

2012-02-24 Thread Florian Friesdorf
Hi Yury, On Thu, 23 Feb 2012 22:18:07 +0400, "Yury G. Kudryashov" wrote: > Hi! > > The following fails for me: > echo import rdflib | \ > PYTHONPATH=${pythonPackages.rdflib}/lib/python2.7/site-packages python - > > What should I use instead? $PYTHONPATH contains rdflib-3.0.0-py2.7.egg. Debu

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

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:38:57 2012 New Revision: 32542 URL: https://nixos.org/websvn/nix/?rev=32542&sc=1 Log: haskell-wai: updated to version 1.1.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/wai/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/haskel

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

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:38:59 2012 New Revision: 32543 URL: https://nixos.org/websvn/nix/?rev=32543&sc=1 Log: haskell-warp: updated to version 1.1.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/warp/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/hask

[Nix-commits] SVN commit: nix - r32541 - nixpkgs/trunk/pkgs/development/libraries/haskell/wai-extra

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:38:55 2012 New Revision: 32541 URL: https://nixos.org/websvn/nix/?rev=32541&sc=1 Log: haskell-wai-extra: updated to version 1.1.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/wai-extra/default.nix Modified: nixpkgs/trunk/pkgs/development/libr

[Nix-commits] SVN commit: nix - r32540 - nixpkgs/trunk/pkgs/development/libraries/haskell/wai-app-static

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:38:52 2012 New Revision: 32540 URL: https://nixos.org/websvn/nix/?rev=32540&sc=1 Log: haskell-wai-app-static: updated to version 1.1.2 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/wai-app-static/default.nix Modified: nixpkgs/trunk/pkgs/develop

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

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:31:21 2012 New Revision: 32539 URL: https://nixos.org/websvn/nix/?rev=32539&sc=1 Log: haskell-hledger-web: disable this package temporarily until it has been upgraded to support recent versions of Yesod Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages

[Nix-commits] SVN commit: nix - r32538 - in nixpkgs/trunk/pkgs: development/libraries/haskell/containers-deepseq development/libraries/haskell/control-monad-attempt development/libraries/haskell/data-

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:31:19 2012 New Revision: 32538 URL: https://nixos.org/websvn/nix/?rev=32538&sc=1 Log: Deleted deprecated packages: haskell-containers-deepseq haskell-control-monad-attempt haskell-data-object haskell-data-object-yaml haskell-frown haskell-jsonEnumera

[Nix-commits] SVN commit: nix - r32537 - nixpkgs/trunk/pkgs/development/libraries/haskell/zlib-conduit

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:31:16 2012 New Revision: 32537 URL: https://nixos.org/websvn/nix/?rev=32537&sc=1 Log: haskell-zlib-conduit: updated to version 0.2.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/zlib-conduit/default.nix Modified: nixpkgs/trunk/pkgs/developme

[Nix-commits] SVN commit: nix - r32536 - nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc-types

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:31:14 2012 New Revision: 32536 URL: https://nixos.org/websvn/nix/?rev=32536&sc=1 Log: haskell-pandoc-types: updated to version 1.9.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc-types/default.nix Modified: nixpkgs/trunk/pkgs/development

[Nix-commits] SVN commit: nix - r32534 - nixpkgs/trunk/pkgs/development/libraries/haskell/attoparsec-conduit

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:31:08 2012 New Revision: 32534 URL: https://nixos.org/websvn/nix/?rev=32534&sc=1 Log: haskell-attoparsec-conduit: updated to version 0.2.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/attoparsec-conduit/default.nix Modified: nixpkgs/trunk/p

[Nix-commits] SVN commit: nix - r32535 - nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder-conduit

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 11:31:11 2012 New Revision: 32535 URL: https://nixos.org/websvn/nix/?rev=32535&sc=1 Log: haskell-blaze-builder-conduit: updated to version 0.2.0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder-conduit/default.nix Modified: nixpkgs/t

[Nix-commits] SVN commit: nix - r32533 - in nixpkgs/trunk/pkgs: development/libraries/haskell/monads-tf top-level

2012-02-24 Thread Peter Simons
Author: simons Date: Fri Feb 24 08:24:12 2012 New Revision: 32533 URL: https://nixos.org/websvn/nix/?rev=32533&sc=1 Log: haskell-monads-tf: added version 0.1.0.0 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/monads-tf/ nixpkgs/trunk/pkgs/development/libraries/haskell/monads-tf/def

Re: [Nix-dev] patch: add haskell library monads-tf

2012-02-24 Thread Peter Simons
Hi Corey, the monads-fd packages is labeled obsolete by the maintainer; apparently it's been replaced by the 'mtl' library. I committed the monads-tf package, though. Thank you very much for the submission. Take care, Peter ___ nix-dev mailing list nix