Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pkgs/by-name/ba/balsa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ninja,
pkg-config,
sqlite,
# webkitgtk_4_0,
webkitgtk_4_1,
wrapGAppsHook3,
}:

Expand Down Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
libsecret
openssl
sqlite
# webkitgtk_4_0
webkitgtk_4_1
];

mesonFlags = [
Expand All @@ -78,8 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;

meta = {
# webkitgtk_4_0 was removed
broken = true;
description = "E-mail client for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/balsa";
changelog = "https://gitlab.gnome.org/GNOME/balsa/-/blob/master/ChangeLog";
Expand Down
Loading