Merge master into x-updates

This commit is contained in:
Vladimír Čunát
2013-12-21 10:20:55 +01:00
79 changed files with 538 additions and 263 deletions

View File

@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.gnuplot.info;
description = "A portable command-line driven graphing utility for many platforms";
platforms = platforms.all;
hydraPlatforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ lovek323 ];
};
}