mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
8 lines
209 B
Nix
8 lines
209 B
Nix
{ qtSubmodule, qtscript, qtsvg, qtwebkit, qtxmlpatterns }:
|
|
|
|
qtSubmodule {
|
|
name = "qtquick1";
|
|
patches = [ ./0001-nix-profiles-import-paths.patch ];
|
|
qtInputs = [ qtscript qtsvg qtwebkit qtxmlpatterns ];
|
|
}
|