qt5.qtwebview: drop

This commit is contained in:
Grimmauld
2026-04-26 19:25:47 +02:00
parent d51e8c2db1
commit 037574333e
3 changed files with 2 additions and 24 deletions
@@ -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";
};
}
+2
View File
@@ -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