satysfi: use Dune 3

+3 -3
+3 -3
pkgs/tools/typesetting/satysfi/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, ruby, dune_2, ocamlPackages 2 , ipaexfont, junicode, lmodern, lmmath 3 }: 4 let ··· 28 rev = "v1.4.2+satysfi"; 29 sha256 = "17s5xrnpim54d1apy972b5l08bph4c0m5kzbndk600fl0vnlirnl"; 30 }; 31 - useDune2 = true; 32 nativeBuildInputs = [ ocamlPackages.cppo ]; 33 propagatedBuildInputs = [ ocamlPackages.biniou ]; 34 inherit (ocamlPackages.yojson) meta; ··· 53 54 DUNE_PROFILE = "release"; 55 56 - nativeBuildInputs = [ ruby dune_2 ]; 57 58 buildInputs = [ camlpdf otfm yojson-with-position ] ++ (with ocamlPackages; [ 59 ocaml findlib menhir menhirLib
··· 1 + { lib, stdenv, fetchFromGitHub, ruby, dune_3, ocamlPackages 2 , ipaexfont, junicode, lmodern, lmmath 3 }: 4 let ··· 28 rev = "v1.4.2+satysfi"; 29 sha256 = "17s5xrnpim54d1apy972b5l08bph4c0m5kzbndk600fl0vnlirnl"; 30 }; 31 + duneVersion = "3"; 32 nativeBuildInputs = [ ocamlPackages.cppo ]; 33 propagatedBuildInputs = [ ocamlPackages.biniou ]; 34 inherit (ocamlPackages.yojson) meta; ··· 53 54 DUNE_PROFILE = "release"; 55 56 + nativeBuildInputs = [ ruby dune_3 ]; 57 58 buildInputs = [ camlpdf otfm yojson-with-position ] ++ (with ocamlPackages; [ 59 ocaml findlib menhir menhirLib