chow-tape-model: fix build

It wasn't building anymore because of https://github.com/NixOS/nixpkgs/pull/427813
Remove webkit, as it seems to be unneeded: https://github.com/jatinchowdhury18/AnalogTapeModel/issues/327
This commit is contained in:
Bart Brouns
2025-08-18 21:38:24 +02:00
parent 2318ee749e
commit 8e4573ca7e
@@ -33,7 +33,6 @@
python3,
sqlite,
stdenv,
webkitgtk_4_0,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "chow-tape-model";
@@ -87,7 +86,6 @@ stdenv.mkDerivation (finalAttrs: {
pcre2
python3
sqlite
webkitgtk_4_0
];
# Link-time-optimization fails without these