Unverified Commit 5c644ee9 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.mopsa: fix propagated inputs

parent 6fdf87c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@ buildDunePackage rec {
  buildInputs = [
    arg-complete
    camlidl
    flint
    libclang
    mpfr
    pplite
  ];

  propagatedBuildInputs = [
    apron
    flint
    libclang
    pplite
    yojson
    zarith
  ];