nixpkgs/pkgs/development/beam-modules/pc/default.nix
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
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/'
2024-06-09 23:07:45 +02:00

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";
};
}