1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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";