3
0
Fork 0
forked from mirrors/nixpkgs

release-lib: Remove unused allowTexliveBuilds option

This is dead code since the old monolithic TeXLive was dropped in
da421bc75f.
This commit is contained in:
Tuomas Tynkkynen 2016-09-11 01:13:49 +03:00
parent ffddcc8807
commit 628c86c51a

View file

@ -1,6 +1,5 @@
{ supportedSystems
, packageSet ? (import ../..)
, allowTexliveBuilds ? false
, scrubJobs ? true
}:
@ -11,7 +10,6 @@ rec {
# Ensure that we don't build packages marked as unfree.
allPackages = args: packageSet (args // {
config.allowUnfree = false;
config.allowTexliveBuilds = allowTexliveBuilds;
config.inHydra = true;
});