tlsdate: blacklist darwin

refs http://hydra.nixos.org/build/19975753

tv 11fba901 bd81885f

+1 -1
+1 -1
pkgs/tools/networking/tlsdate/default.nix
··· 35 meta = { 36 description = "Secure parasitic rdate replacement"; 37 homepage = https://github.com/ioerror/tlsdate; 38 - platforms = stdenv.lib.platforms.all; 39 maintainers = [ stdenv.lib.maintainers.tv ]; 40 }; 41 }
··· 35 meta = { 36 description = "Secure parasitic rdate replacement"; 37 homepage = https://github.com/ioerror/tlsdate; 38 maintainers = [ stdenv.lib.maintainers.tv ]; 39 + platforms = stdenv.lib.platforms.allBut [ "darwin" ]; 40 }; 41 }