ns-3: replace texlive.combined.scheme-medium with texliveMedium
This commit is contained in:
parent
0ef5f56c46
commit
8c19bedab1
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
, dia
|
||||
, tetex ? null
|
||||
, ghostscript ? null
|
||||
, texlive ? null
|
||||
, texliveMedium ? null
|
||||
|
||||
# generates python bindings
|
||||
, pythonSupport ? true
|
||||
|
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
|
|||
# ncurses is a hidden dependency of waf when checking python
|
||||
buildInputs = lib.optionals pythonSupport [ castxml ncurses ]
|
||||
++ lib.optionals enableDoxygen [ doxygen graphviz imagemagick ]
|
||||
++ lib.optionals withManual [ dia tetex ghostscript imagemagick texlive.combined.scheme-medium ]
|
||||
++ lib.optionals withManual [ dia tetex ghostscript imagemagick texliveMedium ]
|
||||
++ [
|
||||
libxml2
|
||||
pythonEnv
|
||||
|
|
Loading…
Reference in a new issue