catclock: Add darwin support

+1 -1
+1 -1
pkgs/applications/misc/catclock/default.nix
··· 26 26 homepage = http://codefromabove.com/2014/05/catclock/; 27 27 license = with licenses; mit; 28 28 maintainers = with maintainers; [ ramkromberg ]; 29 - platforms = with platforms; linux; 29 + platforms = with platforms; linux ++ darwin; 30 30 }; 31 31 }