swayosd: add gtk wrapper

This commit is contained in:
aleksana 2023-05-18 21:24:45 +08:00
parent ede53c31bc
commit 543ab3761b

View file

@ -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
];