Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 13 lines 145 B view raw
1{ 2 qtModule, 3 qtbase, 4 qtwebsockets, 5}: 6 7qtModule { 8 pname = "qtwebglplugin"; 9 propagatedBuildInputs = [ 10 qtbase 11 qtwebsockets 12 ]; 13}