alacritty: Correct xdg-open behavior
This commit is contained in:
parent
b43ec412bb
commit
a905deb826
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ in buildRustPackage rec {
|
|||
++ lib.optionals stdenv.isDarwin [ AppKit CoreGraphics CoreServices CoreText Foundation OpenGL ];
|
||||
|
||||
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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue