rw: mark as broken on darwin for now

For more info, see discussion starting here:
https://github.com/NixOS/nixpkgs/pull/39150#issuecomment-382725177
This commit is contained in:
Will Dietz 2018-04-19 12:08:10 -05:00
parent 2aff3da773
commit 305b75d338

View file

@ -22,5 +22,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.isc;
maintainers = with maintainers; [ dtzWill ];
broken = stdenv.hostPlatform.isDarwin;
};
}