diff --git a/pkgs/tools/text/colordiff/default.nix b/pkgs/tools/text/colordiff/default.nix index 18eae754f4f..89bbd862dad 100644 --- a/pkgs/tools/text/colordiff/default.nix +++ b/pkgs/tools/text/colordiff/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { description = "Wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting"; homepage = http://www.colordiff.org/; license = licenses.gpl3; - platforms = platforms.linux; + platforms = platforms.linux ++ platforms.darwin; maintainer = with maintainers; [ nckx ]; }; }