13 version = "0-unstable-2024-05-20";
15 src = fetchFromGitHub {
18 rev = "27955d24f3efd10fe4f556a4f292d731813d3de3";
19 hash = "sha256-h8LuhTgFOFnyDeFeoEanD64/nmDyLeh6R9tw9X6GP8g=";
23 # camera module fails to build with opencv, due to missing V4L2 support
26 substituteInPlace Makefile \
27 --replace-fail "/bin/echo" "echo"
30 enableParallelBuilding = true;
35 install -Dm644 liblapin.a $out/lib/liblapin.a
37 rm -rf include/private
56 description = "Multimedia library for rookies and prototyping";
57 homepage = "https://liblapin.org?lan=en";
58 platforms = lib.platforms.unix;
59 license = lib.licenses.bsd3;
60 maintainers = with lib.maintainers; [ sigmanificient ];