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

10 lines
216 B
Nix
Raw Normal View History

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