diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-14 22:07:55 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-14 22:07:55 +0100 |
commit | 056e26a9c342b9064209813d184af5997c73b5af (patch) | |
tree | 2bf6d30e1bdb121540359d127cfcb6c8d864adc0 | |
parent | 7f3ff588c571161ee75d54c565aa6624bcb61628 (diff) | |
download | uni-056e26a9c342b9064209813d184af5997c73b5af.tar uni-056e26a9c342b9064209813d184af5997c73b5af.tar.gz uni-056e26a9c342b9064209813d184af5997c73b5af.tar.bz2 uni-056e26a9c342b9064209813d184af5997c73b5af.tar.xz uni-056e26a9c342b9064209813d184af5997c73b5af.zip |
enumitem
-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 monad-par | 14 | with p; [ yesod yesod-bin pandoc monad-par |
15 | ])) | 15 | ])) |
16 | (pkgs.texlive.combine { | 16 | (pkgs.texlive.combine { |
17 | inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur; | 17 | inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem; |
18 | }) | 18 | }) |
19 | ]; | 19 | ]; |
20 | shellHook = '' | 20 | shellHook = '' |