about summary refs log tree commit diff
path: root/pkgs/tools/graphics/flam3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/flam3/default.nix')
-rw-r--r--pkgs/tools/graphics/flam3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/flam3/default.nix b/pkgs/tools/graphics/flam3/default.nix
index 01e3693259a5a..4eb0bc67c3f0d 100644
--- a/pkgs/tools/graphics/flam3/default.nix
+++ b/pkgs/tools/graphics/flam3/default.nix
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ AndersonTorres ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }