1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

alacritty: restrict platforms to x86_64-{linux,darwin}

This commit is contained in:
Jörg Thalheim 2018-10-01 11:59:58 +01:00
parent cb6ccb6a7e
commit 350c79f983

View file

@ -119,5 +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" ];
};
}