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

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