sysvol: wrap with required gtk4 environment variables

This commit is contained in:
Colin 2024-03-08 12:54:41 +00:00
parent ebb037bd48
commit bffcaa668e

View File

@ -4,6 +4,7 @@
, gtkmm4
, pkg-config
, pulseaudio
, wrapGAppsHook4
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sysvol";
@ -27,6 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
pkg-config
wrapGAppsHook4 #< to plumb `GDK_PIXBUF_MODULE_FILE` through, and get not-blurry icons
];
buildInputs = [
gtk4-layer-shell