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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user