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

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:34 +00:00
parent 8801b6e5c0
commit fc2a6b8606

View file

@ -6,7 +6,7 @@
, rocm-cmake
, clr
, clblast
, texlive
, texliveSmall
, doxygen
, sphinx
, openblas
@ -17,8 +17,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
@ -28,8 +27,8 @@ let
needspace
tabulary
varwidth
titlesec;
};
titlesec
]));
in stdenv.mkDerivation (finalAttrs: {
pname = "miopengemm";
version = "5.5.0";