mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
cd7d8a60b4
Qt 5.8 is now the default version.
7 lines
117 B
Nix
7 lines
117 B
Nix
{ qtSubmodule, qtbase, qtmultimedia }:
|
|
|
|
qtSubmodule {
|
|
name = "qtlocation";
|
|
qtInputs = [ qtbase qtmultimedia ];
|
|
}
|