aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/zgrviewer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 00:04:36 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 00:06:10 +0100
commitc88055e1a2703fbc7dd1d072f273626afe1d6b97 (patch)
tree2da58486fd17c40014dba39894dc91594bbe4632 /pkgs/applications/graphics/zgrviewer
parenta2cbc77e4f1cf55a9c142d07377f67b0f83985ec (diff)
Set meta.hydraPlatforms instead of meta.platforms for some packages
Diffstat (limited to 'pkgs/applications/graphics/zgrviewer')
-rw-r--r--pkgs/applications/graphics/zgrviewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/zgrviewer/default.nix b/pkgs/applications/graphics/zgrviewer/default.nix
index 5fe30bd7a03d..93d1b28854a6 100644
--- a/pkgs/applications/graphics/zgrviewer/default.nix
+++ b/pkgs/applications/graphics/zgrviewer/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
# Quicker to unpack locally than load Hydra
- platforms = [];
+ hydraPlatforms = [];
maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; lgpl21Plus;
description = "GraphViz graph viewer/navigator";