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:
Silvan Mosberger 2024-07-27 02:28:20 +02:00 committed by GitHub
commit ae5377916f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -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";

View File

@ -75,11 +75,6 @@ let
newScope = true;
scope = true;
pkgs = true;
test-pkgs = true;
buildPackages = true;
buildFreebsd = true;
callPackage = true;
mkDerivation = true;
overrideDerivation = true;