ocamlModules.biniou: fix build

This commit is contained in:
Robin Gloster 2018-03-01 17:48:10 +01:00
parent 4cd5eaedf1
commit 8d3aa2f2b9
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ easy-format ];
postPatch = ''
patchShebangs .
'';
inherit (jbuilder) installPhase;
meta = {