summary refs log tree commit diff
path: root/pkgs/tools/graphics/graph-easy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/graph-easy/default.nix')
-rw-r--r--pkgs/tools/graphics/graph-easy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/graph-easy/default.nix b/pkgs/tools/graphics/graph-easy/default.nix
index c21fc02753e..63d3e60e206 100644
--- a/pkgs/tools/graphics/graph-easy/default.nix
+++ b/pkgs/tools/graphics/graph-easy/default.nix
@@ -11,7 +11,7 @@ perlPackages.buildPerlPackage rec {
   meta = with stdenv.lib; {
     description = "Render/convert graphs in/from various formats";
     license = licenses.gpl1;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = [ maintainers.jensbin ];
   };
 }