Don't build texLive in Hydra
It's way too big (texlive-core-2014 alone is > 1.5 GB).
This commit is contained in:
@@ -7,6 +7,7 @@ rec {
|
||||
# Ensure that we don't build packages marked as unfree.
|
||||
allPackages = args: packageSet (args // {
|
||||
config.allowUnfree = false;
|
||||
config.inHydra = true;
|
||||
});
|
||||
|
||||
pkgs = pkgsFor "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user