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

View File

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