advi: replace texlive.combined.scheme-medium with texliveMedium
This commit is contained in:
parent
1429e5b57e
commit
8bae94d587
@ -4,7 +4,7 @@
|
||||
, writeShellScriptBin
|
||||
, ghostscriptX
|
||||
, ocamlPackages
|
||||
, texlive
|
||||
, texliveMedium
|
||||
, which
|
||||
}:
|
||||
|
||||
@ -51,7 +51,7 @@ ocamlPackages.buildDunePackage rec {
|
||||
|
||||
duneVersion = "3";
|
||||
|
||||
nativeBuildInputs = [ fake-opam kpsexpand makeWrapper texlive.combined.scheme-medium which ];
|
||||
nativeBuildInputs = [ fake-opam kpsexpand makeWrapper texliveMedium which ];
|
||||
buildInputs = with ocamlPackages; [ camlimages ghostscriptX graphics ];
|
||||
|
||||
# install additional files (such as man pages)
|
||||
|
Loading…
Reference in New Issue
Block a user