{ stdenv, cmake, qt6 }: stdenv.mkDerivation { name = "cordial"; src = ./.; buildInputs = [ qt6.full ]; nativeBuildInputs = [ ]; }