Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 16 lines 271 B view raw
1{ 2 buildAstalModule, 3 gtk3, 4 gtk-layer-shell, 5 io, 6}: 7buildAstalModule { 8 name = "astal3"; 9 sourceRoot = "lib/astal/gtk3"; 10 buildInputs = [ io ]; 11 propagatedBuildInputs = [ 12 gtk3 13 gtk-layer-shell 14 ]; 15 meta.description = "Astal module for GTK3 widgets"; 16}