forked from mirrors/nixpkgs
7 lines
117 B
Nix
7 lines
117 B
Nix
|
{ qtSubmodule, qtbase, qtmultimedia }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtlocation";
|
||
|
qtInputs = [ qtbase qtmultimedia ];
|
||
|
}
|