no v8, and terminal-notifier only for darwin
This commit is contained in:
parent
f27d70a2b8
commit
660162f5fb
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ let
|
|||
};
|
||||
in mkShell {
|
||||
nativeBuildInputs = [
|
||||
ruby gems bundler v8 libxml2 nodejs yarn cacert git glibcLocales
|
||||
ruby gems bundler libxml2 nodejs yarn cacert git glibcLocales
|
||||
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; })
|
||||
terminal-notifier
|
||||
];
|
||||
] ++ (if stdenv.isDarwin then [terminal-notifier] else []);
|
||||
shellHook = ''
|
||||
export LANG=en_US.UTF-8
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue