-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kmymoney: switch from qtwebkit to qtwebengine #201953
kmymoney: switch from qtwebkit to qtwebengine #201953
Conversation
See PR NixOS#201028 and issue NixOS#53079
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. KMyMoney appears to run normally, but I may not be using some features affected or disabled by this change.
Result of 2 packages marked as broken and skipped:
2 packages built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good overall.
(to get rid of transitive dependency on qtwebkit) See PR NixOS#201028 and issue NixOS#53079
kdewebkit doesn't seem to be used anymore and doesn't have any nixpkgs package maintainers. I'm not sure whether the entry at https://github.com/NixOS/nixpkgs/blob/6164b7bb61395b4488919ca4bbdf918d96a7d4ab/pkgs/development/libraries/kde-frameworks/srcs.nix#L230-L237 is also part of this, but that file has a DO NOT EDIT comment, so I'm leaving it as-is.
0f7f6dc
to
8d9eab4
Compare
Result of 2 packages marked as broken and skipped:
2 packages built:
|
Description of changes
Get rid of dependency on qtwebkit for KMyMoney and its dependencies, so that it build again despite qtwebkit having been marked known vulnerable by PR #201028. (See also QtWebKit deprecation issue #53079.)
nixpkgs/pkgs/development/libraries/kde-frameworks/srcs.nix
Lines 230 to 237 in 6164b7b
nixpkgs/pkgs/development/libraries/kde-frameworks/srcs.nix
Line 1 in 6164b7b
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes