Unverified Commit 7ff9b85f authored by Bobby Rong's avatar Bobby Rong
Browse files

budgie-user-indicator-redux: Fix build with budgie-desktop 10.10.0

parent 149da5b5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  accountsservice,
  budgie-desktop,
  gtk3,
  gtk-layer-shell,
  intltool,
  libgee,
  libpeas2,
@@ -39,11 +40,17 @@ stdenv.mkDerivation (finalAttrs: {
    accountsservice
    budgie-desktop
    gtk3
    gtk-layer-shell
    libgee
    libpeas2
    sassc
  ];

  postPatch = ''
    substituteInPlace meson.build \
      --replace-fail "dependency('budgie-2.0', version: '>= 3')" "dependency('budgie-3.0')"
  '';

  passthru = {
    updateScript = nix-update-script { };
  };