nixpkgs/pkgs/development/libraries/qt-5/5.7/qtlocation.nix
2016-07-29 17:46:13 -05:00

7 lines
117 B
Nix

{ qtSubmodule, qtbase, qtmultimedia }:
qtSubmodule {
name = "qtlocation";
qtInputs = [ qtbase qtmultimedia ];
}