summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-08 12:22:39 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-08 12:22:55 +0200
commit676156a658a8d506e18d6d515b4a79b73e22bb7a (patch)
treea35da6f2d780664ba7d540af9a448ecd19c2ab03 /pkgs/development
parentff24bf1fb60f937cdf83725c684a6458fdf4f45f (diff)
downloadnixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.tar
nixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.tar.gz
nixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.tar.bz2
nixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.tar.lz
nixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.tar.xz
nixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.tar.zst
nixlib-676156a658a8d506e18d6d515b4a79b73e22bb7a.zip
obuild: fix build
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/ocaml/obuild/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/obuild/default.nix b/pkgs/development/tools/ocaml/obuild/default.nix
index 0b5295654d39..1de95f730372 100644
--- a/pkgs/development/tools/ocaml/obuild/default.nix
+++ b/pkgs/development/tools/ocaml/obuild/default.nix
@@ -13,6 +13,7 @@ stdenv.mkDerivation {
   buildInputs = [ ocaml ];
 
   buildPhase = ''
+    patchShebangs ./bootstrap
     ./bootstrap
   '';