12 gcc11Stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-6kRWBzspwsO0Q6/8gQUr69DJjmkPa3lWrKTmSgVn6V4=";
23 outputs = [ "out" "dev" ];
37 description = "Library for using C++20 coroutines in connection with certain asynchronous Qt actions";
38 homepage = "https://github.com/danvratil/qcoro";
39 license = licenses.mit;
40 maintainers = with maintainers; [ smitop ];
41 platforms = platforms.linux;