Unverified Commit 04e667b9 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #232618 from Aleksanaa/swayosd

swayosd: add gtk wrapper
parents 97584849 543ab376
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, rustPlatform
, fetchFromGitHub
, pkg-config
, gtk3
, wrapGAppsHook
, gtk-layer-shell
, libpulseaudio
}:
@@ -20,10 +20,12 @@ rustPlatform.buildRustPackage {

  cargoHash = "sha256-ZcgrUcRQTcEYhw2mpJDuYDz3I/u/2Q+O60ajXYRMeow=";

  nativeBuildInputs = [ pkg-config ];
  nativeBuildInputs = [
    wrapGAppsHook
    pkg-config
  ];

  buildInputs = [
    gtk3
    gtk-layer-shell
    libpulseaudio
  ];