Browse Source

Update required packages

Samuel W. Flint 4 years ago
parent
commit
aafee6dbcb
1 changed files with 12 additions and 2 deletions
  1. 12 2
      default.nix

+ 12 - 2
default.nix

@@ -9,20 +9,30 @@ stdenv.mkDerivation rec {
     git
     (texlive.combine {
       inherit (texlive)
+        # Basic Packages
         scheme-small
+
+        # Specifically used
         latexmk
-        ifmtarg
         booktabs
         units
         changepage
         hyperxmp
         doclicense
+        glossaries
+
+
+        # Un-handled dependencies
+        ifmtarg
         xifthen
+        xfor
+        substr
         etoolbox
         mfirstuc
         datatool
-        glossaries
         textcase
+        csquotes
+        ccicons
       ;
     })
   ];