Remove buildFreebsd from excluded-attrnames-at-any-depth

This commit is contained in:
Philip Taron 2024-07-04 15:47:45 -07:00
parent bb7a5dd579
commit 48d1364929
No known key found for this signature in database
2 changed files with 3 additions and 2 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,7 +75,6 @@ let
newScope = true;
scope = true;
pkgs = true;
buildFreebsd = true;
callPackage = true;
mkDerivation = true;
overrideDerivation = true;