alacritty: build on i686-linux (#63199)
This commit is contained in:
parent
d6923e2f3c
commit
58f7155da5
@ -120,6 +120,6 @@ in buildRustPackage rec {
|
|||||||
homepage = https://github.com/jwilm/alacritty;
|
homepage = https://github.com/jwilm/alacritty;
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user