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