alacritty: only build on linux

the darwin build fails at the moment and since we are now using patchelf
it would not build anyway.
This commit is contained in:
Jörg Thalheim 2017-07-29 20:43:20 +01:00
parent 9aafecd28b
commit 06bcac90bb

View File

@ -62,6 +62,6 @@ buildRustPackage rec {
homepage = https://github.com/jwilm/alacritty;
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ mic92 ];
platforms = platforms.all;
platforms = platforms.linux;
};
}