Commit fc2a6b86 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

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

parent 8801b6e5
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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";