mythtv: drop withWebKit toggle

This commit is contained in:
Luna Nova
2026-04-26 12:08:03 -07:00
parent 4dea84b5e6
commit 99b73698a7
+1 -4
View File
@@ -4,7 +4,6 @@
fetchFromGitHub,
which,
qtbase,
qtwebkit,
qtscript,
libpulseaudio,
fftwSinglePrec,
@@ -39,7 +38,6 @@
soundtouch,
libzip,
libhdhomerun,
withWebKit ? false,
}:
stdenv.mkDerivation rec {
@@ -89,8 +87,7 @@ stdenv.mkDerivation rec {
soundtouch
libzip
libhdhomerun
]
++ lib.optional withWebKit qtwebkit;
];
nativeBuildInputs = [
pkg-config
which