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