Mark a bunch of packages as broken or not supported on Darwin

This commit is contained in:
Eelco Dolstra
2014-08-08 17:59:02 +02:00
parent 66fb10ecb5
commit 8a7f3c3618
55 changed files with 112 additions and 98 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ stdenv.mkDerivation {
homepage = http://oss.oetiker.ch/rrdtool/;
description = "High performance logging in Round Robin Databases";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
};
}