avrdude: replace texlive.combined.scheme-medium with texliveMedium

+2 -2
+2 -2
pkgs/development/embedded/avrdude/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, cmake, bison, flex, libusb-compat-0_1, libelf 2 2 , libftdi1, readline 3 3 # documentation building is broken on darwin 4 - , docSupport ? (!stdenv.isDarwin), texlive, texinfo, texi2html, unixtools }: 4 + , docSupport ? (!stdenv.isDarwin), texliveMedium, texinfo, texi2html, unixtools }: 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "avrdude"; ··· 16 16 17 17 nativeBuildInputs = [ cmake bison flex ] ++ lib.optionals docSupport [ 18 18 unixtools.more 19 - texlive.combined.scheme-medium 19 + texliveMedium 20 20 texinfo 21 21 texi2html 22 22 ];