mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
Merge pull request #324696 from philiptaron/__attrsFailEvaluation/excluded-attrnames-at-any-depth
Remove test-pkgs, buildPackages, and buildFreebsd from excluded-attrnames-at-any-depth
This commit is contained in:
commit
ae5377916f
@ -21,7 +21,9 @@ lib.packagesFromDirectoryRecursive {
|
||||
patches = ./patches + "/${self.versionData.revision}";
|
||||
|
||||
# Keep the crawled portion of Nixpkgs finite.
|
||||
buildFreebsd = lib.dontRecurseIntoAttrs buildFreebsd;
|
||||
buildFreebsd = lib.dontRecurseIntoAttrs buildFreebsd // {
|
||||
__attrsFailEvaluation = true;
|
||||
};
|
||||
|
||||
ports = fetchzip {
|
||||
url = "https://cgit.freebsd.org/ports/snapshot/ports-dde3b2b456c3a4bdd217d0bf3684231cc3724a0a.tar.gz";
|
||||
|
@ -75,11 +75,6 @@ let
|
||||
newScope = true;
|
||||
scope = true;
|
||||
pkgs = true;
|
||||
test-pkgs = true;
|
||||
|
||||
buildPackages = true;
|
||||
buildFreebsd = true;
|
||||
|
||||
callPackage = true;
|
||||
mkDerivation = true;
|
||||
overrideDerivation = true;
|
||||
|
Loading…
Reference in New Issue
Block a user