0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

typora: fix

(cherry picked from commit 7625dbbe50)
This commit is contained in:
liberodark 2024-12-05 11:24:48 +01:00 committed by github-actions[bot]
parent 1eaed497a5
commit b88c20b275

View file

@ -60,6 +60,7 @@ let
pango
cairo
mesa
libGL
expat
libxkbcommon
]) ++ (with pkgs.xorg; [
@ -73,7 +74,7 @@ let
libxcb
]);
runScript = ''
Typora $*
Typora "$@"
'';
};