libsForQt5.qttools: Reorder outputs vs propagatedBuildInputs
We usually order them the other way around.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user