got pipewire 'out' node

This commit is contained in:
efim
2024-07-20 16:25:51 +00:00
parent 70de7c4491
commit e77bb5e392
7 changed files with 486 additions and 7 deletions

View File

@@ -19,10 +19,18 @@
hash = "sha256-xbg3tPYfRNGJo+9F/58w2bDeZqV33Z871+ClSg4ACPk=";
};
});
sbcl' = pkgs.sbcl.withPackages (ps: [ ps.alexandria dbus' ]);
sbcl' = pkgs.sbcl.withPackages (ps: [ ps.alexandria
dbus'
ps.cl-cffi-gtk
ps.sdl2
ps.cl-opengl
]);
in
{
devShells.default = pkgs.mkShell {
SDL_VIDEODRIVER="wayland";
WAYLAND_DISPLAY="wayland-1";
EGL_PLATFORM="wayland";
buildInputs = [
sbcl'
];