Merge pull request #54141 from acowley/qtxmlpatterns-fix
qtxmlpatterns: fix dependency with qtdeclarative
This commit is contained in:
commit
4dc359cae9
@ -1,10 +1,10 @@
|
|||||||
{ qtModule, lib, python2, qtbase, qtsvg, qtxmlpatterns }:
|
{ qtModule, lib, python2, qtbase, qtsvg }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
qtModule {
|
qtModule {
|
||||||
name = "qtdeclarative";
|
name = "qtdeclarative";
|
||||||
qtInputs = [ qtbase qtsvg qtxmlpatterns ];
|
qtInputs = [ qtbase qtsvg ];
|
||||||
nativeBuildInputs = [ python2 ];
|
nativeBuildInputs = [ python2 ];
|
||||||
outputs = [ "out" "dev" "bin" ];
|
outputs = [ "out" "dev" "bin" ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ qtModule, qtbase }:
|
{ qtModule, qtbase, qtdeclarative }:
|
||||||
|
|
||||||
qtModule {
|
qtModule {
|
||||||
name = "qtxmlpatterns";
|
name = "qtxmlpatterns";
|
||||||
qtInputs = [ qtbase ];
|
qtInputs = [ qtbase qtdeclarative ];
|
||||||
devTools = [ "bin/xmlpatterns" "bin/xmlpatternsvalidator" ];
|
devTools = [ "bin/xmlpatterns" "bin/xmlpatternsvalidator" ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user