8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "1s1wsrp6g6wb0y61xzxvaj59mwycrgy52r4h456086zkz10ls6hw";
19 nativeBuildInputs = [ cmake ];
21 buildInputs = [ alsa-lib libX11 ];
26 cp {m2o,o2m} $out/bin/
31 homepage = "https://github.com/llloret/osmid";
32 description = "A lightweight, portable, easy to use tool to convert MIDI to OSC and OSC to MIDI";
33 license = licenses.mit;
34 maintainers = with maintainers; [ c0deaddict ];
35 platforms = platforms.linux;