opentsdb: fixup sandboxed builds

http://hydra.nixos.org/build/46688690
/cc maintainer @rickynils.
This commit is contained in:
Vladimír Čunát 2017-01-21 09:17:52 +01:00
parent dc6413399c
commit 655a301221
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf automake curl jdk makeWrapper nettools python git ];
preConfigure = ''
patchShebangs ./build-aux/
./bootstrap
'';