unison: more general platform

+1 -1
+1 -1
pkgs/applications/networking/sync/unison/default.nix
··· 36 36 description = "Bidirectional file synchronizer"; 37 37 license = stdenv.lib.licenses.gpl3Plus; 38 38 maintainers = with stdenv.lib.maintainers; [viric]; 39 - platforms = with stdenv.lib.platforms; linux; 39 + platforms = with stdenv.lib.platforms; unix; 40 40 }; 41 41 42 42 })