2017-09-10 14:35:06 -07:00
|
|
|
{ stdenv, buildHex }:
|
|
|
|
|
|
|
|
buildHex {
|
|
|
|
name = "pc";
|
|
|
|
version = "1.6.0";
|
|
|
|
sha256 = "0xq411ig5ny3iilkkkqa4vm3w3dgjc9cfzkqwk8pm13dw9mcm8h0";
|
|
|
|
|
|
|
|
meta = {
|
2021-01-15 20:20:42 -08:00
|
|
|
description = "a rebar3 port compiler for native code";
|
2021-01-23 09:15:07 -08:00
|
|
|
license = lib.licenses.mit;
|
2017-09-10 14:35:06 -07:00
|
|
|
homepage = "https://github.com/blt/port_compiler";
|
|
|
|
};
|
|
|
|
}
|