From aae53c8f97b687c53c57ceb23ad45d31922ac361 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 16 Sep 2023 17:15:17 +0000 Subject: qt5.qtModule,qt6.qtModule: deprecate qtInputs This is just an alias for propagatedBuildInputs. Having two names for the same thing just makes things confusing. --- pkgs/development/libraries/qt-6/modules/qtsensors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/qt-6/modules/qtsensors.nix') diff --git a/pkgs/development/libraries/qt-6/modules/qtsensors.nix b/pkgs/development/libraries/qt-6/modules/qtsensors.nix index 73ddc394cc4..bc49c7a77f5 100644 --- a/pkgs/development/libraries/qt-6/modules/qtsensors.nix +++ b/pkgs/development/libraries/qt-6/modules/qtsensors.nix @@ -6,5 +6,5 @@ qtModule { pname = "qtsensors"; - qtInputs = [ qtbase qtdeclarative qtsvg ]; + propagatedBuildInputs = [ qtbase qtdeclarative qtsvg ]; } -- cgit 1.4.1