Merge pull request #49694 from periklis/alacritty-fix-regression
alacritty: fix build on darwin
This commit is contained in:
commit
330afca638
|
@ -75,6 +75,9 @@ in buildRustPackage rec {
|
||||||
|
|
||||||
outputs = [ "out" "terminfo" ];
|
outputs = [ "out" "terminfo" ];
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/49693
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace copypasta/src/x11.rs \
|
substituteInPlace copypasta/src/x11.rs \
|
||||||
--replace Command::new\(\"xclip\"\) Command::new\(\"${xclip}/bin/xclip\"\)
|
--replace Command::new\(\"xclip\"\) Command::new\(\"${xclip}/bin/xclip\"\)
|
||||||
|
|
Loading…
Reference in New Issue