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
commit c2c9c6adfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 0 deletions

View File

@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = "https://github.com/drmeister/clasp";
broken = true; # 2018-09-08, no successful build since 2018-01-03
};
}

View File

@ -189,6 +189,7 @@ EOF
description = "A web engine based on the Chromium web browser";
maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.unix;
broken = qt56; # 2018-09-13, no successful build since 2018-04-25
};
}

View File

@ -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
};
}

View File

@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
homepage = https://sourceforge.net/projects/btanks/;
description = "Fast 2d tank arcade game";
license = stdenv.lib.licenses.gpl2Plus;
broken = true; # 2018-09-13, no successful build since 2018-03-16
};
}

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation {
homepage = https://github.com/shinh/maloader;
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
broken = true; # 2018-09-08, no succesful build since 2017-08-21
};
}

View File

@ -95,5 +95,6 @@ in stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ tomberek ];
broken = true; # 2018-09-12, failed on hydra since 2017-12-11
};
}

View File

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
description = "Web-based conference planning and management system";
homepage = https://github.com/frab/frab;
license = licenses.mit;
broken = true; # 2018-09-08; no successful hydra build since 2018-02-14
};
}