about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.15
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-26 16:08:02 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-26 16:08:02 -0700
commit80a74ec050766415beb2f5765155ab425ac86af3 (patch)
treee3a5baa5e6a6f65822aad855b7e00364b661d6bd /pkgs/development/libraries/qt-5/5.15
parent8adf696a5431332893f14e019a560703000ed648 (diff)
parenta7d27e87ee8a2b5b5a6bd39e5c3cdf7549606923 (diff)
Merge branch 'master' into staging-next
Manually fixed a merge conflict between https://github.com/NixOS/nixpkgs/pull/227900
and https://github.com/NixOS/nixpkgs/pull/246022.
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.15')
-rw-r--r--pkgs/development/libraries/qt-5/5.15/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/5.15/default.nix b/pkgs/development/libraries/qt-5/5.15/default.nix
index e6e6b24360a42..12a3fd8e01573 100644
--- a/pkgs/development/libraries/qt-5/5.15/default.nix
+++ b/pkgs/development/libraries/qt-5/5.15/default.nix
@@ -208,7 +208,8 @@ let
         import ../qtModule.nix
         {
           inherit perl;
-          inherit lib;
+          inherit lib stdenv;
+          inherit buildPackages;
           # Use a variant of mkDerivation that does not include wrapQtApplications
           # to avoid cyclic dependencies between Qt modules.
           mkDerivation =