asl: replace texlive.combined.scheme-medium with texliveMedium
This commit is contained in:
parent
8bae94d587
commit
422c63c2a4
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchzip
|
||||
, tex
|
||||
, texliveMedium
|
||||
, buildDocs ? false
|
||||
}:
|
||||
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
nativeBuildInputs = lib.optionals buildDocs [ tex ];
|
||||
nativeBuildInputs = lib.optionals buildDocs [ texliveMedium ];
|
||||
|
||||
postPatch = lib.optionalString (!buildDocs) ''
|
||||
substituteInPlace Makefile --replace "all: binaries docs" "all: binaries"
|
||||
|
|
|
@ -15558,9 +15558,7 @@ with pkgs;
|
|||
|
||||
as31 = callPackage ../development/compilers/as31 { };
|
||||
|
||||
asl = callPackage ../development/compilers/asl {
|
||||
tex = texlive.combined.scheme-medium;
|
||||
};
|
||||
asl = callPackage ../development/compilers/asl { };
|
||||
|
||||
aspectj = callPackage ../development/compilers/aspectj { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue