rethinkdb: /usr/bin/env is not available in chroot builds

This commit is contained in:
Mathijs Kwik 2013-12-23 11:59:46 +01:00
parent 82131d5013
commit 82d02565fc

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
export ALLOW_WARNINGS=1
patchShebangs .
'';
configureFlags = "--lib-path ${gperftools}/lib";