gnu-cobol: replace texlive.combined.scheme-basic with texliveBasic
This commit is contained in:
parent
13cb90b5be
commit
8f944be411
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
# docs
|
# docs
|
||||||
, help2man
|
, help2man
|
||||||
, texinfo
|
, texinfo
|
||||||
, texlive
|
, texliveBasic
|
||||||
# test
|
# test
|
||||||
, writeText
|
, writeText
|
||||||
}:
|
}:
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
libtool
|
libtool
|
||||||
help2man
|
help2man
|
||||||
texinfo
|
texinfo
|
||||||
texlive.combined.scheme-basic
|
texliveBasic
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue