readding some python packages I dropped somehow by accident.

This also updates some python libraries and fixes some things I forgot
to patch

svn path=/nixpkgs/trunk/; revision=21171
This commit is contained in:
Marc Weber
2010-04-19 19:41:41 +00:00
parent 6ef4de2259
commit 97f2c09f97
7 changed files with 94 additions and 812 deletions

View File

@@ -1,4 +1,5 @@
args: with args;
{ stdenv, fetchurl, automake, autoconf, subversion, fuse, apr, perl }:
stdenv.mkDerivation {
name = "svnfs";
@@ -22,7 +23,7 @@ stdenv.mkDerivation {
description = "SvnFs is a filesystem written using FUSE for accessing Subversion repositories";
homepage = http://www.jmadden.eu/index.php/svnfs/;
license = "GPLv2";
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux;
};
}