mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
parent
1eaed497a5
commit
b88c20b275
1 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ let
|
|||
pango
|
||||
cairo
|
||||
mesa
|
||||
libGL
|
||||
expat
|
||||
libxkbcommon
|
||||
]) ++ (with pkgs.xorg; [
|
||||
|
@ -73,7 +74,7 @@ let
|
|||
libxcb
|
||||
]);
|
||||
runScript = ''
|
||||
Typora $*
|
||||
Typora "$@"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue