mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 05:23:16 +00:00
10 lines
116 B
Nix
10 lines
116 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtwebsockets
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qthttpserver";
|
|
qtInputs = [ qtbase qtwebsockets ];
|
|
}
|