pkgs: lcq: { native = pkgs.stdenv.mkDerivation { pname = "libcolonq-qoi"; version = "git"; src = ./.; buildInputs = [ lcq.prelude.native pkgs.raylib ]; hardeningDisable = ["all"]; installPhase = '' make prefix=$out install ''; }; }