qt5.qtwebview: drop
This commit is contained in:
@@ -334,7 +334,6 @@ let
|
||||
qtwebglplugin = callPackage ../modules/qtwebglplugin.nix { };
|
||||
qtwebkit = callPackage ../modules/qtwebkit.nix { };
|
||||
qtwebsockets = callPackage ../modules/qtwebsockets.nix { };
|
||||
qtwebview = callPackage ../modules/qtwebview.nix { };
|
||||
qtx11extras = callPackage ../modules/qtx11extras.nix { };
|
||||
qtxmlpatterns = callPackage ../modules/qtxmlpatterns.nix { };
|
||||
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
qtModule,
|
||||
qtdeclarative,
|
||||
qtwebengine,
|
||||
}:
|
||||
|
||||
qtModule {
|
||||
pname = "qtwebview";
|
||||
propagatedBuildInputs = [
|
||||
qtdeclarative
|
||||
qtwebengine
|
||||
];
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
"bin"
|
||||
];
|
||||
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
|
||||
NIX_LDFLAGS = "-framework CoreFoundation -framework WebKit";
|
||||
};
|
||||
}
|
||||
@@ -195,6 +195,8 @@ let
|
||||
neochat # Added 2025-07-04
|
||||
itinerary # Added 2025-07-04
|
||||
libquotient # Added 2025-07-04
|
||||
qtwebengine # Added 2026-01-15
|
||||
qtwebview # Added 2026-04-03
|
||||
;
|
||||
|
||||
kexi = throw ""; # Added 2025-08-21
|
||||
|
||||
Reference in New Issue
Block a user