cross: silence qt.overrideScope' warning

This commit is contained in:
Colin 2023-07-18 01:32:06 +00:00
parent 2716c0398b
commit 13d3a5ba6b

View File

@ -1063,7 +1063,7 @@ in {
# inherit (emulated.qt5) qtModule;
# };
# });
qt5 = emulated.qt5.overrideScope' (self: super: {
qt5 = emulated.qt5.overrideScope (self: super: {
# emulate all the qt5 packages, but rework `libsForQt5.callPackage` and `mkDerivation`
# to use non-emulated stdenv by default.
mkDerivation = self.mkDerivationWith final.stdenv.mkDerivation;