Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tsocks: broken on darwin

(cherry picked from commit 83982dc675ecf0fb6860d8077335c39e96d6c739)

+1
+1
pkgs/development/libraries/tsocks/default.nix
··· 31 license = stdenv.lib.licenses.gpl2; 32 maintainers = with maintainers; [ edwtjo phreedom ]; 33 platforms = platforms.unix; 34 }; 35 }
··· 31 license = stdenv.lib.licenses.gpl2; 32 maintainers = with maintainers; [ edwtjo phreedom ]; 33 platforms = platforms.unix; 34 + broken = stdenv.hostPlatform.isDarwin; 35 }; 36 }