1 { lib, stdenv, fetchFromGitHub, Carbon }:
7 src = fetchFromGitHub {
10 rev = "ddedf008f0c38b134501ad9f328447b671423d34"; # no tag
11 sha256 = "1w9ppid7jg6f4q7pq40lhm0whg7xmnxcmf3pb9xqfkq2zj2f7dxv";
14 buildInputs = [ Carbon ];
16 makeFlags = [ "BUILD_PATH=$(out)/bin" ];
19 description = "Quartz Event Synthesizer";
20 homepage = "https://github.com/koekeishiya/qes";
21 platforms = platforms.darwin;
22 maintainers = with maintainers; [ lnl7 ];
23 license = licenses.mit;