mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
ott: 0.32 → 0.33
This commit is contained in:
parent
36632ac015
commit
af3f74b2d9
@ -1,18 +1,18 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkg-config, ocaml, opaline }:
|
{ lib, stdenv, fetchFromGitHub, pkg-config, ocamlPackages, opaline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ott";
|
pname = "ott";
|
||||||
version = "0.32";
|
version = "0.33";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ott-lang";
|
owner = "ott-lang";
|
||||||
repo = "ott";
|
repo = "ott";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-vdDsfsIi1gRW1Sowf29VyQ4C5UKyQZaVgS2uTb8VeW4=";
|
hash = "sha256-GzeEiok5kigcmfqf/K/UxvlKkl55zy0vOyiRZ2HyMiE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config opaline ];
|
nativeBuildInputs = [ pkg-config opaline ];
|
||||||
buildInputs = [ ocaml ];
|
buildInputs = with ocamlPackages; [ ocaml findlib ocamlgraph ];
|
||||||
|
|
||||||
installTargets = "ott.install";
|
installTargets = "ott.install";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user