mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ocamlPackages.{camlpdf,cpdf}: add ngi team, update script & changelog
This commit is contained in:
parent
bcad28ebf4
commit
25c1ae0ad9
2 changed files with 11 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
ocaml,
|
||||
findlib,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
@ -28,11 +29,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mkdir -p $out/lib/ocaml/${ocaml.version}/site-lib/stublibs
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "OCaml library for reading, writing and modifying PDF files";
|
||||
homepage = "https://github.com/johnwhitington/camlpdf";
|
||||
changelog = "https://github.com/johnwhitington/camlpdf/blob/${finalAttrs.src.rev}/Changes.txt";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ vbgl ];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
broken = lib.versionOlder ocaml.version "4.10";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
ocaml,
|
||||
findlib,
|
||||
camlpdf,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
@ -35,11 +36,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
cp cpdfmanual.pdf $out/share/doc/cpdf/
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "PDF Command Line Tools";
|
||||
homepage = "https://www.coherentpdf.com/";
|
||||
changelog = "https://github.com/johnwhitington/cpdf-source/blob/${finalAttrs.src.rev}/Changes.txt";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
maintainers = with lib.maintainers; [ vbgl ];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
mainProgram = "cpdf";
|
||||
inherit (ocaml.meta) platforms;
|
||||
broken = lib.versionOlder ocaml.version "4.10";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue