about summary refs log tree commit diff
path: root/pkgs/applications/graphics/zgrviewer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/zgrviewer/default.nix')
-rw-r--r--pkgs/applications/graphics/zgrviewer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/zgrviewer/default.nix b/pkgs/applications/graphics/zgrviewer/default.nix
index 724bddda6cf04..85b05dd3b0a11 100644
--- a/pkgs/applications/graphics/zgrviewer/default.nix
+++ b/pkgs/applications/graphics/zgrviewer/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
     maintainers = with stdenv.lib.maintainers; [raskin];
     license = stdenv.lib.licenses.lgpl21Plus;
     description = "GraphViz graph viewer/navigator";
+    platforms = with stdenv.lib.platforms; unix;
   };
 }