megapixels-next: document the state of things against mainline linux

This commit is contained in:
2024-09-11 04:31:36 +00:00
parent d1044023d3
commit 858ca4245a

View File

@@ -6,6 +6,9 @@
# - when run against linux-postmarketos-allwinner: renders camera preview image, appears to take photo, but cannot find it on disk.
# - Failed to spawn postprocess process: failed to execute child process "/nix/store/...-megapixels-next/share/megapixels/postprocess.sh" (No such file or directory)
# hangs/crashes after tabbing away
# - when run against linux mainline: launch hangs at "[libmegapixels] ".
# i seem to recall this from 2024-05-11: the patch i disabled during the megapixels-next update to 2024-09-03 was a memory safety issue,
# which was causing a crash during the error message printing. so rebasing that would get me an error message, but still no fix.
{ pkgs, ... }:
{
sane.programs.megapixels-next = {