11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-kf2W/WAZCpLkq1UIy7iZri4vNaqjGjotB/Xsb+byZV4=";
22 outputs = [ "out" "dev" ];
36 description = "Library for using C++20 coroutines in connection with certain asynchronous Qt actions";
37 homepage = "https://github.com/danvratil/qcoro";
38 license = licenses.mit;
39 maintainers = with maintainers; [ smitop ];
40 platforms = platforms.linux;