parent
271ce3f79e
commit
7669144a27
|
@ -175,7 +175,7 @@ core = stdenv.mkDerivation rec {
|
|||
description = "Basic binaries for TeX Live";
|
||||
homepage = http://www.tug.org/texlive;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with maintainers; [ vcunat lovek323 raskin jwiegley ];
|
||||
maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -170,7 +170,7 @@ in
|
|||
platforms = lib.platforms.all;
|
||||
hydraPlatforms = lib.optionals
|
||||
(lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
|
||||
maintainers = [ lib.maintainers.vcunat ];
|
||||
maintainers = with lib.maintainers; [ vcunat veprbl ];
|
||||
}
|
||||
(combine {
|
||||
${pname} = attrs;
|
||||
|
|
Loading…
Reference in New Issue