fennel anoia.process.spawn

runs a subprocess and invokes a callback whenever its io
descriptors are ready
This commit is contained in:
Daniel Barlow
2024-09-06 00:11:33 +01:00
parent e2a597589b
commit e604d628e3
4 changed files with 89 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
{
bc, # for tests
fennel,
stdenv,
linotify,
@@ -11,7 +12,7 @@ in stdenv.mkDerivation {
inherit pname;
version = "0.1";
src = ./.;
nativeBuildInputs = [ fennel cpio ];
nativeBuildInputs = [ fennel cpio bc ];
buildInputs = with lua.pkgs; [ linotify lualinux ];
outputs = [ "out" "dev" ];