mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
6 lines
169 B
Nix
6 lines
169 B
Nix
{ buildAstalModule, wl-vapi-gen }:
|
|
buildAstalModule {
|
|
name = "wl";
|
|
nativeBuildInputs = [ wl-vapi-gen ];
|
|
meta.description = "Central wayland connection manager";
|
|
}
|