summary refs log tree commit diff
path: root/pkgs/applications/misc/thinking-rock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/thinking-rock/default.nix')
-rw-r--r--pkgs/applications/misc/thinking-rock/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/thinking-rock/default.nix b/pkgs/applications/misc/thinking-rock/default.nix
index 9f84189e94b7d..1229990b1ab73 100644
--- a/pkgs/applications/misc/thinking-rock/default.nix
+++ b/pkgs/applications/misc/thinking-rock/default.nix
@@ -36,5 +36,6 @@ stdenv.mkDerivation {
     description = "Task management system";
     homepage = http://www.thinkingrock.com.au/;
     license = "CDDL"; # Common Development and Distribution License
+    platforms = stdenv.lib.platforms.unix;
   };
 }