Skip to content

Commit

Permalink
libsForQt5: change comment
Browse files Browse the repository at this point in the history
It wouldn't work that way, idk why I thought it would.
  • Loading branch information
Artturin committed Nov 11, 2023
1 parent 1a9ecb3 commit 08562b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/qt5-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ in (noExtraAttrs (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdP

yuview = callPackage ../applications/video/yuview { };
}) // lib.optionalAttrs pkgs.config.allowAliases {
# remove after 23.11 branch-off and backport removal to 23.11
# 23.11 will have a warning for this in `makeScope` itself
# remove before 24.05
overrideScope' = lib.warn "libsForQt5 now uses makeScopeWithSplicing which does not have \"overrideScope'\", use \"overrideScope\"." self.overrideScope;
}));
}

0 comments on commit 08562b0

Please sign in to comment.