qt5.qtgamepad: init at 5.12.7

This commit is contained in:
Henk Kalkwater
2020-05-14 21:56:30 -07:00
committed by Jon
parent aa35d565ff
commit 5ecd99b2bd
2 changed files with 11 additions and 1 deletions
@@ -0,0 +1,9 @@
{ qtModule, qtbase, qtdeclarative, pkgconfig }:
qtModule {
name = "qtgamepad";
qtInputs = [ qtbase qtdeclarative ];
buildInputs = [ ];
nativeBuildInputs = [ pkgconfig ];
outputs = [ "out" "dev" "bin" ];
}