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