From 13d3a5ba6b5252e3aa4f05c6a1f51fb93ae4114f Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 18 Jul 2023 01:32:06 +0000 Subject: [PATCH] cross: silence `qt.overrideScope'` warning --- overlays/cross.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/cross.nix b/overlays/cross.nix index f7726c52..529d5686 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -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;