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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user