tweak: Broken on Darwin

http://hydra.nixos.org/build/38316344

+1 -1
+1 -1
pkgs/applications/editors/tweak/default.nix
··· 16 16 description = "An efficient hex editor"; 17 17 homepage = "http://www.chiark.greenend.org.uk/~sgtatham/tweak"; 18 18 license = licenses.mit; 19 - platforms = platforms.unix; 19 + platforms = platforms.linux; 20 20 }; 21 21 }