summary refs log tree commit diff
path: root/pkgs/development/beam-modules/pc/default.nix
blob: 2896a325e0e14d3f059b408dc5599050d8e73d7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ lib, buildHex }:

buildHex {
  name = "pc";
  version = "1.12.0";
  sha256 = "1gdvixy4j560qjdiv5qjgnl5wl3rrn231dv1m4vdq4b9l4g4p27x";

  meta = {
    description = "a rebar3 port compiler for native code";
    license = lib.licenses.mit;
    homepage = "https://github.com/blt/port_compiler";
  };
}