mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
kippo: mark as broken
no successful hydra build since 2017-12-11
This commit is contained in:
parent
15fedb51b3
commit
19d1daedd0
@ -95,5 +95,6 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ tomberek ];
|
maintainers = with maintainers; [ tomberek ];
|
||||||
|
broken = true; # 2018-09-12, failed on hydra since 2017-12-11
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user