Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ qtModule, qtbase }: 2 3qtModule { 4 pname = "qtsvg"; 5 propagatedBuildInputs = [ qtbase ]; 6 outputs = [ 7 "out" 8 "dev" 9 "bin" 10 ]; 11}