1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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