mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
qtwebengine init at 5.6.1-1
This commit is contained in:
parent
7aa1caa4d3
commit
3d0e582b38
@ -96,7 +96,7 @@ let
|
|||||||
qttranslations = callPackage ./qttranslations.nix {};
|
qttranslations = callPackage ./qttranslations.nix {};
|
||||||
/* qtwayland = not packaged */
|
/* qtwayland = not packaged */
|
||||||
qtwebchannel = callPackage ./qtwebchannel.nix {};
|
qtwebchannel = callPackage ./qtwebchannel.nix {};
|
||||||
/* qtwebengine = not packaged */
|
qtwebengine = callPackage ./qtwebengine.nix {};
|
||||||
qtwebsockets = callPackage ./qtwebsockets.nix {};
|
qtwebsockets = callPackage ./qtwebsockets.nix {};
|
||||||
/* qtwinextras = not packaged */
|
/* qtwinextras = not packaged */
|
||||||
qtx11extras = callPackage ./qtx11extras.nix {};
|
qtx11extras = callPackage ./qtx11extras.nix {};
|
||||||
|
6
pkgs/development/libraries/qt-5/5.6/qtwebengine.nix
Normal file
6
pkgs/development/libraries/qt-5/5.6/qtwebengine.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ qtSubmodule, qtquickcontrols, qtlocation, qtwebchannel }:
|
||||||
|
|
||||||
|
qtSubmodule {
|
||||||
|
name = "qtwebengine";
|
||||||
|
qtInputs = [ qtquickcontrols qtlocation qtwebchannel ];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user