From 655a3012217b23ede3e7739a00a82248eda1af4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 21 Jan 2017 09:17:52 +0100 Subject: [PATCH] opentsdb: fixup sandboxed builds http://hydra.nixos.org/build/46688690 /cc maintainer @rickynils. --- pkgs/tools/misc/opentsdb/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/opentsdb/default.nix b/pkgs/tools/misc/opentsdb/default.nix index 672ec52c076b..31375eeaf85d 100644 --- a/pkgs/tools/misc/opentsdb/default.nix +++ b/pkgs/tools/misc/opentsdb/default.nix @@ -16,6 +16,7 @@ stdenv.mkDerivation rec { buildInputs = [ autoconf automake curl jdk makeWrapper nettools python git ]; preConfigure = '' + patchShebangs ./build-aux/ ./bootstrap '';