about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtgamepad.nix
blob: 281f6e0b8ecd16e4f05757ad7597e3a7514b57b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ qtModule, qtbase, qtdeclarative, pkgconfig }:

qtModule {
  name = "qtgamepad";
  qtInputs = [ qtbase qtdeclarative ];
  buildInputs = [ ];
  nativeBuildInputs = [ pkgconfig ];
  outputs = [ "out" "dev" "bin" ];
}