mirror of https://github.com/m-labs/artiq.git
flake: add new booktabs dependency for artiq-manual-pdf
This commit is contained in:
parent
da510919f3
commit
9a9b3b7858
|
@ -292,7 +292,7 @@
|
||||||
inherit (pkgs.texlive)
|
inherit (pkgs.texlive)
|
||||||
scheme-basic latexmk cmap collection-fontsrecommended fncychap
|
scheme-basic latexmk cmap collection-fontsrecommended fncychap
|
||||||
titlesec tabulary varwidth framed fancyvrb float wrapfig parskip
|
titlesec tabulary varwidth framed fancyvrb float wrapfig parskip
|
||||||
upquote capt-of needspace etoolbox;
|
upquote capt-of needspace etoolbox booktabs;
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
packages.x86_64-linux = rec {
|
packages.x86_64-linux = rec {
|
||||||
|
|
Loading…
Reference in New Issue