Unverified Commit 5d5e8537 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-keyboard: Adjust GSD & Gala schema change

parent 7f1e7923
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, substituteAll
, meson
@@ -39,19 +38,6 @@ stdenv.mkDerivation rec {
      src = ./fix-paths.patch;
      inherit ibus onboard libgnomekbd;
    })

    # Revert schema key change that requires new GSD and Gala.
    # TODO(@bobby285271): drop these in #196511.
    (fetchpatch {
      url = "https://github.com/elementary/switchboard-plug-keyboard/commit/555e9650bb8f74a7664e2393c589fe6664954a88.patch";
      sha256 = "sha256-koSTYLPRh9rOyxmJPtrj/fPuu2jb1SKZu6BwKsMvAmc=";
      revert = true;
    })
    (fetchpatch {
      url = "https://github.com/elementary/switchboard-plug-keyboard/commit/6ebd57673b45cc64e1caf895134efc0d5f6cf2be.patch";
      sha256 = "sha256-Ezsh0t1/909MHCB2EJEnl4kcnXngshNYgrmqUQsfsaY=";
      revert = true;
    })
  ];

  nativeBuildInputs = [