qt5.qtgamepad: actually build module
This was missing from the `callPackage` list, which meant we were not building it at all.
This commit is contained in:
parent
666075648e
commit
e118da1603
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ let
|
|||
qtconnectivity = callPackage ../modules/qtconnectivity.nix {};
|
||||
qtdeclarative = callPackage ../modules/qtdeclarative.nix {};
|
||||
qtdoc = callPackage ../modules/qtdoc.nix {};
|
||||
qtgamepad = callPackage ../modules/qtgamepad.nix {};
|
||||
qtgraphicaleffects = callPackage ../modules/qtgraphicaleffects.nix {};
|
||||
qtimageformats = callPackage ../modules/qtimageformats.nix {};
|
||||
qtlocation = callPackage ../modules/qtlocation.nix {};
|
||||
|
|
Loading…
Reference in a new issue