Commit 48a6ea97 authored by Emily's avatar Emily
Browse files

maliit-framework: 2.3.0 -> 2.3.0-unstable-2024-06-24

No release since 2022, contains a few miscellaneous fixes.

Changelog: <https://github.com/maliit/framework/compare/refs/tags/2.3.0...ba6f7eda338a913f2c339eada3f0382e04f7dd67>
parent b43f9aae
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
@@ -26,25 +26,17 @@
  wayland-scanner,
}:

mkDerivation rec {
mkDerivation {
  pname = "maliit-framework";
  version = "2.3.0";
  version = "2.3.0-unstable-2024-06-24";

  src = fetchFromGitHub {
    owner = "maliit";
    repo = "framework";
    tag = version;
    sha256 = "sha256-q+hiupwlA0PfG+xtomCUp2zv6HQrGgmOd9CU193ucrY=";
    rev = "ba6f7eda338a913f2c339eada3f0382e04f7dd67";
    hash = "sha256-iwWLnstQMG8F6uE5rKF6t2X43sXQuR/rIho2RN/D9jE=";
  };

  patches = [
    # FIXME: backport GCC 12 build fix, remove for next release
    (fetchpatch {
      url = "https://github.com/maliit/framework/commit/86e55980e3025678882cb9c4c78614f86cdc1f04.diff";
      hash = "sha256-5R+sCI05vJX5epu6hcDSWWzlZ8ns1wKEJ+u8xC6d8Xo=";
    })
  ];

  buildInputs = [
    at-spi2-atk
    at-spi2-core