@ada I'm gonna need some help if I wanna compile this tomorrow, I'm stuck at not figuring out this "json" depedency, cant find the correct one on nixpkgs
{ lib, stdenv, fetchFromSourcehut, meson, ninja, pkg-config, hidapi, pandoc, cmake, json_c, jsoncpp, nlohmann_json, yyjson }:stdenv.mkDerivation rec { pname = "titania"; version = "2.2.3"; src = fetchFromSourcehut { owner = "~chronovore"; repo = "titania"; rev = "v${version}"; hash = "sha256-X8fvVPeyulD1OyOV/oFfH4OkQ0niyYFRf26YfeUABtc="; }; nativeBuildInputs = [ meson cmake ninja pkg-config ]; buildInputs = [ hidapi pandoc json_c jsoncpp nlohmann_json yyjson ];}
Gives this:
> Run-time dependency json found: NO (tried pkgconfig and cmake) > Looking for a fallback subproject for the dependency json > > meson.build:117:8: ERROR: Automatic wrap-based subproject downloading is disabled
Fixed on Linux 6.11.5