diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 10:07:30 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 10:07:30 +0100 |
commit | 0b67e8b618f8e0351c27dd3533aa42ebffd722d7 (patch) | |
tree | 6bf758c21d5276d8066dff14299f2bb74f35e711 | |
parent | 58d1b5d54edf918b7084dfcf5d1c26f24be41994 (diff) | |
download | uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar.gz uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar.bz2 uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar.xz uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.zip |
backnaur
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation rec { | |||
14 | with p; [ yesod yesod-bin pandoc | 14 | with p; [ yesod yesod-bin pandoc |
15 | ])) | 15 | ])) |
16 | (pkgs.texlive.combine { | 16 | (pkgs.texlive.combine { |
17 | inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes; | 17 | inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur; |
18 | }) | 18 | }) |
19 | ]; | 19 | ]; |
20 | shellHook = '' | 20 | shellHook = '' |