depot/third_party/nixpkgs/pkgs/development/libraries/qt-5/modules/qtgamepad.nix

10 lines
218 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtdeclarative, pkg-config }:
qtModule {
name = "qtgamepad";
qtInputs = [ qtbase qtdeclarative ];
buildInputs = [ ];
nativeBuildInputs = [ pkg-config ];
outputs = [ "out" "dev" "bin" ];
}