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

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:34 +00:00
parent ffb9122972
commit 818d9f0bac

View File

@ -8,15 +8,14 @@
, rocm-comgr
, rocm-runtime
, hwdata
, texlive
, texliveSmall
, doxygen
, graphviz
, buildDocs ? true
}:
let
latex = lib.optionalAttrs buildDocs texlive.combine {
inherit (texlive) scheme-small
latex = lib.optionalAttrs buildDocs (texliveSmall.withPackages (ps: with ps; [
changepage
latexmk
varwidth
@ -34,8 +33,8 @@ let
etoc
helvetic
wasy
courier;
};
courier
]));
in stdenv.mkDerivation (finalAttrs: {
pname = "rocdbgapi";
version = "5.7.1";