Unverified Commit 7a740588 authored by Seth Flynn's avatar Seth Flynn
Browse files

komikku: modernize

parent 216c1928
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -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 { };