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

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