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