Merge branch 'origin/master' into stdenv-updates.

There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
This commit is contained in:
Peter Simons
2013-10-18 18:57:24 +02:00
1177 changed files with 57151 additions and 6093 deletions
@@ -23,4 +23,8 @@ stdenv.mkDerivation {
url = "mirror://apache/ant/binaries/apache-ant-${version}-bin.tar.bz2";
sha1 = "d9e3e83dd9664cfe1dcd4841c082db3f559af922";
};
meta = {
description = "Java-based build tool";
};
}
@@ -57,7 +57,7 @@ EOF
'';
meta = {
description = "Apache Ant, a Java-based build tool";
description = "Java-based build tool";
longDescription = ''
Apache Ant is a Java-based build tool. In theory, it is kind of like
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "A simple wrapper around make to colorize the output.";
description = "Simple wrapper around make to colorize the output";
license = "GPLv2";
};
}
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://leiningen.org/;
description = "Project automation for Clojure";
license = "EPL";
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.linux;
maintainer = with stdenv.lib.maintainers; [ the-kenny ];
};
}