nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

frama-c: add missing runtime dependency

authored by

Vincent Laporte and committed by
Bjørn Forsman
005cf8a5 0dc7388a

+1
+1
pkgs/development/tools/analysis/frama-c/default.nix
··· 8 8 mkocamlpath = p: "${p}/lib/ocaml/${ocamlPackages.ocaml.version}/site-lib"; 9 9 runtimeDeps = with ocamlPackages; [ 10 10 apron.dev 11 + bigarray-compat 11 12 biniou 12 13 camlzip 13 14 easy-format