From 62934e6beda42c01a5cbfe512babe34c722bb517 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Aug 2024 23:47:56 +0200 Subject: [PATCH] libsForQt5.qttools: Reorder outputs vs propagatedBuildInputs We usually order them the other way around. --- pkgs/development/libraries/qt-5/modules/qttools.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/qt-5/modules/qttools.nix b/pkgs/development/libraries/qt-5/modules/qttools.nix index b55c5329ee7a..4554cb5cb3c9 100644 --- a/pkgs/development/libraries/qt-5/modules/qttools.nix +++ b/pkgs/development/libraries/qt-5/modules/qttools.nix @@ -9,16 +9,18 @@ qtModule { pname = "qttools"; - propagatedBuildInputs = [ - qtbase - qtdeclarative - ]; + outputs = [ "out" "dev" "bin" ]; + propagatedBuildInputs = [ + qtbase + qtdeclarative + ]; + patches = [ # fixQtBuiltinPaths overwrites builtin paths we should keep (substituteAll {