Skip to content
Snippets Groups Projects
Commit 58af647d authored by David Bühler's avatar David Bühler Committed by Virgile Prevosto
Browse files

Uses ocp-indent 1.7.0 in continuous integration.

parent b28816ba
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ rec { ...@@ -67,7 +67,7 @@ rec {
lint = stdenv.mkDerivation { lint = stdenv.mkDerivation {
name = "frama-c-lint"; name = "frama-c-lint";
inherit src; inherit src;
buildInputs = (mk_buildInputs { opamPackages = [ { name = "ocp-indent"; constraint = "=1.6.1"; } ];} ) buildInputs = (mk_buildInputs { opamPackages = [ { name = "ocp-indent"; constraint = "=1.7.0"; } ];} )
++ [ pkgs.bc plugins.headache.installed ]; ++ [ pkgs.bc plugins.headache.installed ];
outputs = [ "out" ]; outputs = [ "out" ];
postPatch = '' postPatch = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment