nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 7 lines 130 B view raw
1{ qtModule, qtdeclarative }: 2 3qtModule { 4 pname = "qtdoc"; 5 propagatedBuildInputs = [ qtdeclarative ]; 6 outputs = [ "out" ]; 7}