Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 13 lines 299 B view raw
1{ lib, buildHex }: 2 3buildHex { 4 name = "pc"; 5 version = "1.12.0"; 6 sha256 = "1gdvixy4j560qjdiv5qjgnl5wl3rrn231dv1m4vdq4b9l4g4p27x"; 7 8 meta = { 9 description = "Rebar3 port compiler for native code"; 10 license = lib.licenses.mit; 11 homepage = "https://github.com/blt/port_compiler"; 12 }; 13}