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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user