mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
release-lib: Remove unused allowTexliveBuilds option
This is dead code since the old monolithic TeXLive was dropped in
da421bc75f
.
This commit is contained in:
parent
ffddcc8807
commit
628c86c51a
@ -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;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user