mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
7 lines
118 B
Nix
7 lines
118 B
Nix
{ qtSubmodule, qttools, qtwebkit }:
|
|
|
|
qtSubmodule {
|
|
name = "qtwebkit-examples";
|
|
qtInputs = [ qttools qtwebkit ];
|
|
}
|