petrinizer: mark as broken because sbv no longer builds

This commit is contained in:
Dennis Gosnell 2022-12-24 16:05:31 +09:00
parent 9f2b3e327a
commit ac92ac9908
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation {
license = licenses.publicDomain;
maintainers = with maintainers; [ ];
# dependency yi-language no longer builds doesn't build
# dependency yi-language no longer builds
hydraPlatforms = lib.platforms.none;
broken = true;
};

View File

@ -24,4 +24,8 @@ mkDerivation rec {
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ raskin ];
inherit (sbv_7_13.meta) platforms;
# dependency sbv no longer builds
hydraPlatforms = lib.platforms.none;
broken = true;
}