tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
satysfi: use Dune 3
Vincent Laporte
3 years ago
f5ed6406
911525af
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
typesetting
satysfi
default.nix
+3
-3
pkgs/tools/typesetting/satysfi/default.nix
···
1
1
-
{ lib, stdenv, fetchFromGitHub, ruby, dune_2, ocamlPackages
1
1
+
{ lib, stdenv, fetchFromGitHub, ruby, dune_3, ocamlPackages
2
2
, ipaexfont, junicode, lmodern, lmmath
3
3
}:
4
4
let
···
28
28
rev = "v1.4.2+satysfi";
29
29
sha256 = "17s5xrnpim54d1apy972b5l08bph4c0m5kzbndk600fl0vnlirnl";
30
30
};
31
31
-
useDune2 = true;
31
31
+
duneVersion = "3";
32
32
nativeBuildInputs = [ ocamlPackages.cppo ];
33
33
propagatedBuildInputs = [ ocamlPackages.biniou ];
34
34
inherit (ocamlPackages.yojson) meta;
···
53
53
54
54
DUNE_PROFILE = "release";
55
55
56
56
-
nativeBuildInputs = [ ruby dune_2 ];
56
56
+
nativeBuildInputs = [ ruby dune_3 ];
57
57
58
58
buildInputs = [ camlpdf otfm yojson-with-position ] ++ (with ocamlPackages; [
59
59
ocaml findlib menhir menhirLib