rocmPackages.rocdbgapi: replace texlive.combine with texliveSmall.withPackages
This commit is contained in:
parent
ffb9122972
commit
818d9f0bac
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user