Merge pull request #80629 from grahamc/alacritty-xdg-open-again
alacritty: Correct xdg-open behavior
This commit is contained in:
commit
f3f836bdc2
@ -78,6 +78,10 @@ in buildRustPackage rec {
|
|||||||
++ lib.optionals stdenv.isDarwin [ AppKit CoreGraphics CoreServices CoreText Foundation OpenGL ];
|
++ lib.optionals stdenv.isDarwin [ AppKit CoreGraphics CoreServices CoreText Foundation OpenGL ];
|
||||||
|
|
||||||
outputs = [ "out" "terminfo" ];
|
outputs = [ "out" "terminfo" ];
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace alacritty/src/config/mouse.rs \
|
||||||
|
--replace xdg-open ${xdg_utils}/bin/xdg-open
|
||||||
|
'';
|
||||||
|
|
||||||
postBuild = lib.optionalString stdenv.isDarwin "make app";
|
postBuild = lib.optionalString stdenv.isDarwin "make app";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user