11 lines
151 B
Nix
11 lines
151 B
Nix
{
|
|
touch-gestures-src,
|
|
buildLua,
|
|
...
|
|
}:
|
|
buildLua {
|
|
pname = "touch-gestures";
|
|
version = touch-gestures-src.rev;
|
|
|
|
src = touch-gestures-src;
|
|
}
|