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:
parent
9aafecd28b
commit
06bcac90bb
@ -62,6 +62,6 @@ 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 = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user