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
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://hatari.tuxfamily.org/";
description = "Hatari is an Atari ST/STE/TT/Falcon emulator.";
description = "Atari ST/STE/TT/Falcon emulator";
license = "GPLv2+";
platforms = with stdenv.lib.platforms; all;
};
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
+ (if pam != null then " --enable-pam --enable-bad-pam" else " --disable-pam");
meta = {
description = "Xlockmore, a screen locker for the X Window System.";
description = "Screen locker for the X Window System";
homepage = "http://www.tux.org/~bagleyd/xlockmore.html";
license = "GPL";
};