nixpkgs/pkgs/development/libraries/qt-5/5.6/qtlocation.nix
2016-05-11 10:19:28 -05:00

7 lines
117 B
Nix

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