From 5d0f0097181bf5a43a1ab98588530172e91b9a8c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Dec 2013 00:08:44 +0100 Subject: [PATCH] gnuplot: there is point in having Hydra try to build this package on BSD Unix --- pkgs/tools/graphics/gnuplot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/gnuplot/default.nix b/pkgs/tools/graphics/gnuplot/default.nix index 23d57f5b652..c41bf032a60 100644 --- a/pkgs/tools/graphics/gnuplot/default.nix +++ b/pkgs/tools/graphics/gnuplot/default.nix @@ -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 ]; }; }