Skip to content

Commit

Permalink
ocamlPackages.ppx_cstubs: use Dune 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 19, 2023
1 parent 088089e commit f05c5da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/ocaml-modules/ppx_cstubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@ buildDunePackage rec {

minimalOCamlVersion = "4.08";

useDune2 = true;
duneVersion = "3";

src = fetchFromGitHub {
owner = "fdopen";
repo = "ppx_cstubs";
rev = version;
sha256 = "sha256-qMmwRWCIfNyhCQYPKLiufnb57sTR3P+WInOqtPDywFs=";
hash = "sha256-qMmwRWCIfNyhCQYPKLiufnb57sTR3P+WInOqtPDywFs=";
};

nativeBuildInputs = [ cppo findlib ];
nativeBuildInputs = [ cppo ];

buildInputs = [
bigarray-compat
containers
findlib
integers
num
ppxlib
Expand Down

0 comments on commit f05c5da

Please sign in to comment.