obuild: fix build

This commit is contained in:
Vincent Laporte
2017-07-08 12:22:39 +02:00
parent ff24bf1fb6
commit 676156a658

View File

@@ -13,6 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ ocaml ];
buildPhase = ''
patchShebangs ./bootstrap
./bootstrap
'';