gnuplot: there is point in having Hydra try to build this package on BSD Unix

This commit is contained in:
Peter Simons
2013-12-21 00:08:53 +01:00
parent df80be16d2
commit 5d0f009718
+1 -1
View File
@@ -43,7 +43,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 ];
};
}