diff --git a/pkgs/development/rocm-modules/5/rocdbgapi/default.nix b/pkgs/development/rocm-modules/5/rocdbgapi/default.nix index aef89d2330d1..dbc3f647815c 100644 --- a/pkgs/development/rocm-modules/5/rocdbgapi/default.nix +++ b/pkgs/development/rocm-modules/5/rocdbgapi/default.nix @@ -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";