alacritty: fix build on darwin
This commit is contained in:
parent
8b54203727
commit
74ef823422
@ -75,6 +75,9 @@ in buildRustPackage rec {
|
||||
|
||||
outputs = [ "out" "terminfo" ];
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/49693
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace copypasta/src/x11.rs \
|
||||
--replace Command::new\(\"xclip\"\) Command::new\(\"${xclip}/bin/xclip\"\)
|
||||
|
Loading…
x
Reference in New Issue
Block a user