Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ qtModule, qtdeclarative }: 2 3qtModule { 4 pname = "qtdoc"; 5 propagatedBuildInputs = [ qtdeclarative ]; 6 outputs = [ "out" ]; 7}