Commit 8801b6e5 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

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

parent 6a7c8f0d
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
, bzip2
, lbzip2
, nlohmann_json
, texlive
, texliveSmall
, doxygen
, sphinx
, zlib
@@ -71,8 +71,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
@@ -82,8 +81,8 @@ let
    needspace
    tabulary
    varwidth
    titlesec;
  };
    titlesec
  ]));

  gfx900 = runCommand "miopen-gfx900.kdb" { preferLocalBuild = true; } ''
    ${lbzip2}/bin/lbzip2 -ckd ${src}/src/kernels/gfx900.kdb.bz2 > $out