mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
opentsdb: mark as broken
It tries to download things and fails. CC @ocharles.
This commit is contained in:
parent
64453d01f4
commit
bdc323c540
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user