chow-kick: 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:
@@ -33,7 +33,6 @@
|
||||
sqlite,
|
||||
stdenv,
|
||||
util-linuxMinimal,
|
||||
webkitgtk_4_0,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -82,7 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
python3
|
||||
sqlite
|
||||
util-linuxMinimal
|
||||
webkitgtk_4_0
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user