Skip to content

Commit

Permalink
Merge pull request #324622 from philiptaron/__attrsFailEvaluation/qt5
Browse files Browse the repository at this point in the history
qt5: remove __attrsFailEvaluation as all attrsets evaluate
  • Loading branch information
infinisil authored Jul 25, 2024
2 parents 0695766 + ca22006 commit 14449c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/qt-5/5.15/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Check for any minor version changes.

let

srcs = import ./srcs.nix { inherit lib fetchgit fetchFromGitHub; } // { __attrsFailEvaluation = true; };
srcs = import ./srcs.nix { inherit lib fetchgit fetchFromGitHub; };

qtCompatVersion = srcs.qtbase.version;

Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/qt5-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ makeScopeWithSplicing' {
};
in (lib.makeOverridable mkMaui attrs);

noExtraAttrs = set:
lib.attrsets.removeAttrs set [ "extend" "override" "overrideScope" "overrideScope'" "overrideDerivation" ]
// { __attrsFailEvaluation = true; };
noExtraAttrs = set: lib.attrsets.removeAttrs set [ "extend" "override" "overrideScope" "overrideScope'" "overrideDerivation" ];

in (noExtraAttrs (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGear // mauiPackages // qt5 // {

Expand Down

0 comments on commit 14449c6

Please sign in to comment.