1{ 2 buildAstalModule, 3 gtk4, 4 gtk4-layer-shell, 5 io, 6}: 7buildAstalModule { 8 name = "astal4"; 9 sourceRoot = "lib/astal/gtk4"; 10 buildInputs = [ 11 io 12 gtk4 13 gtk4-layer-shell 14 ]; 15 meta.description = "Astal module for GTK4 widgets"; 16}