qtwebchannel init at 5.6.1-1
This commit is contained in:
parent
aaf28a1a7f
commit
7aa1caa4d3
@ -95,7 +95,7 @@ let
|
||||
qttools = callPackage ./qttools.nix {};
|
||||
qttranslations = callPackage ./qttranslations.nix {};
|
||||
/* qtwayland = not packaged */
|
||||
/* qtwebchannel = not packaged */
|
||||
qtwebchannel = callPackage ./qtwebchannel.nix {};
|
||||
/* qtwebengine = not packaged */
|
||||
qtwebsockets = callPackage ./qtwebsockets.nix {};
|
||||
/* qtwinextras = not packaged */
|
||||
|
7
pkgs/development/libraries/qt-5/5.6/qtwebchannel.nix
Normal file
7
pkgs/development/libraries/qt-5/5.6/qtwebchannel.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ qtSubmodule, qtbase, qtdeclarative }:
|
||||
|
||||
qtSubmodule {
|
||||
name = "qtwebchannel";
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user