mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
cddblib: replace texlive.combined.scheme-small with texliveSmall
This commit is contained in:
parent
d589dcc0e9
commit
dc348b8445
@ -2,7 +2,7 @@
|
||||
, fetchFromGitHub
|
||||
, gmp
|
||||
, autoreconfHook
|
||||
, texlive
|
||||
, texliveSmall
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [gmp];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
texlive.combined.scheme-small # for building the documentation
|
||||
texliveSmall # for building the documentation
|
||||
];
|
||||
# No actual checks yet (2018-05-05), but maybe one day.
|
||||
# Requested here: https://github.com/cddlib/cddlib/issues/25
|
||||
|
Loading…
Reference in New Issue
Block a user