Merge pull request #232618 from Aleksanaa/swayosd

swayosd: add gtk wrapper
This commit is contained in:
Weijia Wang 2023-05-19 15:13:15 +03:00 committed by GitHub
commit 04e667b9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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