rocmPackages.migraphx: replace texlive.combine with texliveSmall.withPackages

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:33 +00:00
parent 69899e59a2
commit 6a7c8f0d33

View File

@ -22,7 +22,7 @@
, blaze
, cppcheck
, rocm-device-libs
, texlive
, texliveSmall
, doxygen
, sphinx
, docutils
@ -33,8 +33,7 @@
}:
let
latex = lib.optionalAttrs buildDocs texlive.combine {
inherit (texlive) scheme-small
latex = lib.optionalAttrs buildDocs (texliveSmall.withPackages (ps: with ps; [
latexmk
tex-gyre
fncychap
@ -45,8 +44,8 @@ let
tabulary
varwidth
titlesec
epstopdf;
};
epstopdf
]));
in stdenv.mkDerivation (finalAttrs: {
pname = "migraphx";
version = "5.7.1";