libsForQt5.qttools: Reorder outputs vs propagatedBuildInputs

We usually order them the other way around.
This commit is contained in:
OPNA2608
2024-08-07 23:53:57 +02:00
parent df8c7eaf8e
commit 62934e6bed
@@ -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 {