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