opentsdb: mark as broken

It tries to download things and fails. CC @ocharles.
This commit is contained in:
Vladimír Čunát 2014-11-27 00:44:39 +01:00
parent 64453d01f4
commit bdc323c540

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
mkdir build
cd build
../configure --prefix=$out
patchShebangs ./build-aux/
'';
installPhase = ''
@ -29,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = http://opentsdb.net;
license = licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
#broken = true;
};
}