mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
ocamlPackages.ocamlgraph: 2.1.0 → 2.2.0
This commit is contained in:
parent
873672a3ac
commit
d886930519
2 changed files with 3 additions and 11 deletions
|
@ -2,28 +2,23 @@
|
|||
lib,
|
||||
fetchurl,
|
||||
buildDunePackage,
|
||||
stdlib-shims,
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ocamlgraph";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/backtracking/ocamlgraph/releases/download/${version}/ocamlgraph-${version}.tbz";
|
||||
hash = "sha256-D5YsNvklPfI5OVWvQbB0tqQmsvkqne95WyAFtX0wLWU=";
|
||||
hash = "sha256-sJViEIY8wk9IAgO6PC7wbfrlV5U2oFdENk595YgisjA=";
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
stdlib-shims
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/backtracking/ocamlgraph";
|
||||
description = "Graph library for OCaml";
|
||||
license = licenses.gpl2Oss;
|
||||
license = licenses.lgpl21Only;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
buildDunePackage,
|
||||
lablgtk,
|
||||
ocamlgraph,
|
||||
stdlib-shims,
|
||||
...
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
|
@ -13,6 +11,5 @@ buildDunePackage {
|
|||
propagatedBuildInputs = [
|
||||
lablgtk
|
||||
ocamlgraph
|
||||
stdlib-shims
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue