Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Vincent Laporte
|
02ee825018
|
ocamlPackages.cpdf: 2.3 → 2.3.1
|
2020-08-27 08:10:33 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Vincent Laporte
|
2f43ae44c5
|
ocamlPackages.cpdf: 2.2.1 → 2.3
|
2019-09-30 21:52:34 +02:00 |
|
Mitsuhiro Nakamura
|
acb5655bd6
|
ocamlPackages.{camlpdf,cpdf}: fix build
|
2019-05-23 10:11:13 +09:00 |
|
Jeff Ames
|
5051c68c73
|
cpdf: add license (#43229)
|
2018-07-08 22:11:19 +01:00 |
|
Samuel Dionne-Riel
|
7b97c8c0c8
|
treewide: homepage+src updates (found by repology, #33263)
|
2018-01-05 20:42:46 +01:00 |
|
Vincent Laporte
|
18a5e1522c
|
ocamlPackages.{camlpdf,cpdf}: 2.1.1 -> 2.2.1
|
2017-01-20 06:37:48 +00:00 |
|
Tuomas Tynkkynen
|
bac26e08db
|
Fix lots of fetchgit hashes (fallout from #15469)
|
2016-06-03 17:17:08 +03:00 |
|
Nicolas B. Pierron
|
72c6f8a140
|
Ensure that we can evaluate the platform attribute of ocaml packages.
|
2016-03-13 19:08:26 +00:00 |
|
Vincent Laporte
|
0b9e2f8798
|
Adds ocaml-cpdf
A range of tools to modify PDF files and a corresponding OCaml library
Homepage: http://www.coherentpdf.com/
|
2015-01-30 20:04:42 +01:00 |
|