Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cddblib: replace texlive.combined.scheme-small with texliveSmall

+2 -2
+2 -2
pkgs/development/libraries/cddlib/default.nix
··· 2 2 , fetchFromGitHub 3 3 , gmp 4 4 , autoreconfHook 5 - , texlive 5 + , texliveSmall 6 6 }: 7 7 8 8 stdenv.mkDerivation rec { ··· 17 17 buildInputs = [gmp]; 18 18 nativeBuildInputs = [ 19 19 autoreconfHook 20 - texlive.combined.scheme-small # for building the documentation 20 + texliveSmall # for building the documentation 21 21 ]; 22 22 # No actual checks yet (2018-05-05), but maybe one day. 23 23 # Requested here: https://github.com/cddlib/cddlib/issues/25