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