1{ stdenv, buildHex }:
2
3buildHex {
4 name = "pc";
5 version = "1.6.0";
6 sha256 = "0xq411ig5ny3iilkkkqa4vm3w3dgjc9cfzkqwk8pm13dw9mcm8h0";
7
8 meta = {
9 description = ''a rebar3 port compiler for native code'';
10 license = stdenv.lib.licenses.mit;
11 homepage = "https://github.com/blt/port_compiler";
12 };
13}