ns-3: replace texlive.combined.scheme-medium with texliveMedium

+2 -2
+2 -2
pkgs/development/libraries/science/networking/ns-3/default.nix
··· 39 , dia 40 , tetex ? null 41 , ghostscript ? null 42 - , texlive ? null 43 44 # generates python bindings 45 , pythonSupport ? true ··· 72 # ncurses is a hidden dependency of waf when checking python 73 buildInputs = lib.optionals pythonSupport [ castxml ncurses ] 74 ++ lib.optionals enableDoxygen [ doxygen graphviz imagemagick ] 75 - ++ lib.optionals withManual [ dia tetex ghostscript imagemagick texlive.combined.scheme-medium ] 76 ++ [ 77 libxml2 78 pythonEnv
··· 39 , dia 40 , tetex ? null 41 , ghostscript ? null 42 + , texliveMedium ? null 43 44 # generates python bindings 45 , pythonSupport ? true ··· 72 # ncurses is a hidden dependency of waf when checking python 73 buildInputs = lib.optionals pythonSupport [ castxml ncurses ] 74 ++ lib.optionals enableDoxygen [ doxygen graphviz imagemagick ] 75 + ++ lib.optionals withManual [ dia tetex ghostscript imagemagick texliveMedium ] 76 ++ [ 77 libxml2 78 pythonEnv