8 lines
177 B
Nix
8 lines
177 B
Nix
![]() |
{ qtSubmodule, python, qtbase, qtsvg, qtxmlpatterns }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtdeclarative";
|
||
|
qtInputs = [ qtbase qtsvg qtxmlpatterns ];
|
||
|
nativeBuildInputs = [ python ];
|
||
|
}
|