Commit Graph

15 Commits

Author SHA1 Message Date
Mutsuha Asada
00bf372741
ocamlPackages.bisect_ppx: remove with lib; 2024-09-22 17:14:26 +09:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Sigmanificient
203a48ad35 pkgs/development: remove unused fetchpatch arguments 2024-05-24 02:53:57 +02:00
Vincent Laporte
277b8c0ab4
ocamlPackages.bisect_ppx: 2.8.2 → 2.8.3 2023-07-20 06:09:31 +02:00
Vincent Laporte
a3b117a70a
ocamlPackages.bisect_ppx: 2.8.1 → 2.8.2 2023-04-14 22:04:10 +02:00
Vincent Laporte
d6c30bbf70
ppxlib: default to 0.28.0 for OCaml ≥ 4.11 only 2022-11-09 20:41:22 +01:00
José Romildo
ab89457dd1 ocamlPackages.bisect_ppx: compatibility with ppxlib-0.28 2022-10-23 18:02:20 -03:00
Malo Bourgon
f7ef6329bb ocamlPackages: add meta.mainProgram to many packages 2022-05-14 11:31:07 +02:00
Ulrik Strid
420f225b3d ocamlPackages.bisect_ppx: 2.6.1 -> 2.8.1 2022-03-24 14:20:50 +01:00
superherointj
39f3777e92 ocamlPackages.bisect_ppx: 2.5.0 -> 2.6.1 2021-06-06 20:54:51 +02:00
Vincent Laporte
ccc474d77b ocamlPackages.bisect_ppx: 1.4.0 → 2.5.0 2021-01-06 07:35:23 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Joachim Breitner
54ed86852e Switch to buildDunePackage, and remove redundancies 2018-12-01 17:46:29 +01:00
Joachim Breitner
7621523fc1 Add bisect_ppx and bisect_ppx-ocamlbuild 2018-11-30 12:57:01 +01:00