Unverified Commit 88e87869 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

swayimg: patch build with libwebp-1.3.1

/cc PR #240893 which caused this.
parent 73205ff5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, meson
, ninja
, pkg-config
@@ -32,6 +33,14 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-UwIufR3EwbpNVHD1GypV3qNgiqDRllwtxAM0CZPodn0=";
  };

  patches = [
    (fetchpatch {
      name = "link-libwebp-1.3.1.patch";
      url = "https://github.com/artemsen/swayimg/commit/bd3d6c838c699b876fd8c19b408c475eb47e17b6.patch";
      hash = "sha256-2aMq/GTqyKw+CQr8o8ij4P4yNjBXYKXShQUknStUb5c=";
    })
  ];

  strictDeps = true;

  depsBuildBuild = [