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

Revert "at-spi2-core: patch build on darwin"

This reverts commit e69b54bf.
This fixes the build again (on aarch64-darwin for me).
The removed patch is contained in the .1 bump:
https://hydra.nixos.org/build/313569266/nixlog/1/tail
parent 01d34309
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchurl,
  fetchpatch,
  meson,
  ninja,
  pkg-config,
@@ -42,15 +41,6 @@ stdenv.mkDerivation rec {
    hash = "sha256-fzdKajjNcP9LMsnToDEL+oBNlG/tTJ5pp9SfrNy5Xpw=";
  };

  # TODO apply unconditionally on rebuild
  patches = lib.optionals stdenv.isDarwin [
    (fetchpatch {
      name = "timersub.patch";
      url = "https://github.com/GNOME/at-spi2-core/commit/02108ea1b96db0189b2d4a9eceb843e1f13b7bdf.diff";
      hash = "sha256-pVBhawfRnJoXmovl9CAmzh+YWJkbvlOVrCs8XanjP00=";
    })
  ];

  nativeBuildInputs = [
    glib
    meson