komikku: modernize

This commit is contained in:
Seth Flynn
2025-05-14 22:23:56 -04:00
parent 216c19280a
commit 7a74058858
+3 -8
View File
@@ -54,14 +54,14 @@ python3.pkgs.buildPythonApplication rec {
webkitgtk_6_0
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
beautifulsoup4
brotli
modern-colorthief
dateparser
emoji
keyring
lxml
modern-colorthief
natsort
piexif
pillow
@@ -92,12 +92,7 @@ python3.pkgs.buildPythonApplication rec {
# Prevent double wrapping.
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=(
"''${gappsWrapperArgs[@]}"
)
'';
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
passthru = {
updateScript = nix-update-script { };