mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
rocmPackages.migraphx: replace texlive.combine with texliveSmall.withPackages
This commit is contained in:
parent
69899e59a2
commit
6a7c8f0d33
@ -22,7 +22,7 @@
|
||||
, blaze
|
||||
, cppcheck
|
||||
, rocm-device-libs
|
||||
, texlive
|
||||
, texliveSmall
|
||||
, doxygen
|
||||
, sphinx
|
||||
, docutils
|
||||
@ -33,8 +33,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
|
||||
@ -45,8 +44,8 @@ let
|
||||
tabulary
|
||||
varwidth
|
||||
titlesec
|
||||
epstopdf;
|
||||
};
|
||||
epstopdf
|
||||
]));
|
||||
in stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "migraphx";
|
||||
version = "5.7.1";
|
||||
|
Loading…
Reference in New Issue
Block a user