7 lines
118 B
Nix
7 lines
118 B
Nix
|
{ qtSubmodule, qttools, qtwebkit }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtwebkit-examples";
|
||
|
qtInputs = [ qttools qtwebkit ];
|
||
|
}
|