1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

tsocks: broken on darwin

(cherry picked from commit 83982dc675ecf0fb6860d8077335c39e96d6c739)
This commit is contained in:
Matthew Bauer 2018-11-25 14:53:31 -06:00
parent b4087750c3
commit 9ddc2ec27d

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ edwtjo phreedom ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
}