about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.8/qtwebsockets.nix
blob: 925adce75a92c609889c306e953fc191d77271d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ qtSubmodule, qtbase, qtdeclarative }:

qtSubmodule {
  name = "qtwebsockets";
  qtInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
  postInstall = ''
    moveToOutput "$qtQmlPrefix" "$bin"
  '';
}