ocaml: init at 4.07.0+beta2

This commit is contained in:
Vincent Laporte
2018-04-25 18:19:57 +02:00
committed by Vincent Laporte
parent c4b7bbf77e
commit 5c4ee2a3ab
3 changed files with 13 additions and 1 deletions
@@ -0,0 +1,9 @@
import ./generic.nix {
major_version = "4";
minor_version = "07";
patch_version = "0+beta2";
sha256 = "0rrvl47kq982z2ns7cnasmlbj60mpmza2zyhl1kh45c5a3n7692n";
# If the executable is stripped it does not work
dontStrip = true;
}