alacritty: spell darwin platform correctly

This commit is contained in:
Jörg Thalheim 2018-10-01 12:08:02 +01:00
parent cb66cb13a9
commit 13b2903169

View file

@ -119,6 +119,6 @@ in buildRustPackage rec {
homepage = https://github.com/jwilm/alacritty;
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ mic92 ];
platforms = [ "x86_64-linux" "x86-64-darwin" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}