12 src = fetchFromGitHub {
13 owner = "koekeishiya";
15 rev = "ddedf008f0c38b134501ad9f328447b671423d34"; # no tag
16 sha256 = "1w9ppid7jg6f4q7pq40lhm0whg7xmnxcmf3pb9xqfkq2zj2f7dxv";
19 buildInputs = [ Carbon ];
21 makeFlags = [ "BUILD_PATH=$(out)/bin" ];
24 description = "Quartz Event Synthesizer";
25 homepage = "https://github.com/koekeishiya/qes";
26 platforms = platforms.darwin;
27 maintainers = with maintainers; [ lnl7 ];
28 license = licenses.mit;