Unverified Commit 804ccca4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

wike: 3.0.0 -> 3.1.0 (#365568)

parents e6429a42 4df997e5
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "wike";
  version = "3.0.0";
  version = "3.1.0";
  format = "other";

  src = fetchFromGitHub {
    owner = "hugolabe";
    repo = "Wike";
    rev = version;
    hash = "sha256-x6HYlpCj7poKWJWB2CnvN1aoTa7LmqYwbPa62WvSYsQ=";
    hash = "sha256-Wx0jMO9a2K22zIU0B++0ZtPzLi+PrsJ5Sw8Sb8BODdU=";
  };

  nativeBuildInputs = [
@@ -54,12 +54,6 @@ python3.pkgs.buildPythonApplication rec {
    pygobject3
  ];

  postPatch = ''
    patchShebangs build-aux/meson/postinstall.py
    substituteInPlace build-aux/meson/postinstall.py \
      --replace gtk-update-icon-cache gtk4-update-icon-cache
  '';

  # prevent double wrapping
  dontWrapGApps = true;
  preFixup = ''