tweak: Broken on Darwin

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

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