jbuilder: 1.0.1 -> dune: 1.1.1
This commit is contained in:
committed by
Vincent Laporte
parent
eb429c7c54
commit
fc19401d67
@@ -9,5 +9,5 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = cstruct.buildInputs ++ [ ppx_tools_versioned ];
|
||||
propagatedBuildInputs = [ cstruct ];
|
||||
|
||||
buildPhase = "jbuilder build -p ppx_cstruct";
|
||||
buildPhase = "dune build -p ppx_cstruct";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user