opentsdb: mark as broken
It tries to download things and fails. CC @ocharles.
This commit is contained in:
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
../configure --prefix=$out
|
../configure --prefix=$out
|
||||||
|
patchShebangs ./build-aux/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@@ -29,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://opentsdb.net;
|
homepage = http://opentsdb.net;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
#broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user