mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
7 lines
169 B
Nix
7 lines
169 B
Nix
{ buildAstalModule, wl-vapi-gen }:
|
|
buildAstalModule {
|
|
name = "wl";
|
|
nativeBuildInputs = [ wl-vapi-gen ];
|
|
meta.description = "Central wayland connection manager";
|
|
}
|