Merge pull request #46385 from xeji/p/broken

mark long-failing packages broken for 18.09
This commit is contained in:
xeji
2018-09-15 00:54:49 +02:00
committed by GitHub
7 changed files with 10 additions and 0 deletions
@@ -14,4 +14,8 @@ in stdenv.mkDerivation {
--prefix PATH : "${leksahEnv}/bin" \
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
'';
meta = {
broken = true; # 2018-09-13, no successful hydra build since 2017-08-19
};
}