nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 15 lines 179 B view raw
1{ 2 qtModule, 3 qtbase, 4 qtdeclarative, 5 qtpositioning, 6}: 7 8qtModule { 9 pname = "qtlocation"; 10 propagatedBuildInputs = [ 11 qtbase 12 qtdeclarative 13 qtpositioning 14 ]; 15}