summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-06-21 13:00:50 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-09-04 14:49:36 +0200
commit16829e4bde84bdc355a68787d0e19999906ed74c (patch)
treef7e92186fdaa83aeb5529fc9e6694235953ebf34 /pkgs
parent7de41b9a4b98d37d21b5ff81a37c06acd9af77dc (diff)
downloadnixlib-16829e4bde84bdc355a68787d0e19999906ed74c.tar
nixlib-16829e4bde84bdc355a68787d0e19999906ed74c.tar.gz
nixlib-16829e4bde84bdc355a68787d0e19999906ed74c.tar.bz2
nixlib-16829e4bde84bdc355a68787d0e19999906ed74c.tar.lz
nixlib-16829e4bde84bdc355a68787d0e19999906ed74c.tar.xz
nixlib-16829e4bde84bdc355a68787d0e19999906ed74c.tar.zst
nixlib-16829e4bde84bdc355a68787d0e19999906ed74c.zip
dblatex: fixup build with texlive-2016
https://github.com/NixOS/nixpkgs/pull/16391#issuecomment-227405183
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/typesetting/tex/dblatex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/dblatex/default.nix b/pkgs/tools/typesetting/tex/dblatex/default.nix
index a7bc527042e4..4ad5e3835316 100644
--- a/pkgs/tools/typesetting/tex/dblatex/default.nix
+++ b/pkgs/tools/typesetting/tex/dblatex/default.nix
@@ -4,7 +4,7 @@
 , tex ? texlive.combine { # satisfy all packages that ./configure mentions
     inherit (texlive) scheme-basic epstopdf anysize appendix changebar
       fancybox fancyvrb float footmisc listings jknapltx/*for mathrsfs.sty*/
-      multirow overpic pdfpages rotating stmaryrd subfigure titlesec wasysym
+      multirow overpic pdfpages graphics stmaryrd subfigure titlesec wasysym
       # pkgs below don't seem requested by dblatex, but our manual fails without them
       ec zapfding symbol eepic times rsfs cs tex4ht courier helvetic ly1;
   }