mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
755b915a15
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
13 lines
299 B
Nix
13 lines
299 B
Nix
{ lib, buildHex }:
|
|
|
|
buildHex {
|
|
name = "pc";
|
|
version = "1.12.0";
|
|
sha256 = "1gdvixy4j560qjdiv5qjgnl5wl3rrn231dv1m4vdq4b9l4g4p27x";
|
|
|
|
meta = {
|
|
description = "Rebar3 port compiler for native code";
|
|
license = lib.licenses.mit;
|
|
homepage = "https://github.com/blt/port_compiler";
|
|
};
|
|
}
|