ion: broken on darwin (#46010)

This commit is contained in:
Vladyslav M 2018-09-03 23:38:15 +03:00 committed by xeji
parent 435eccf15e
commit 8954c1f719

View file

@ -21,5 +21,6 @@ buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
broken = stdenv.isDarwin;
};
}