mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
iverilog: clean up badPlatforms
This commit is contained in:
@@ -93,9 +93,5 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
maintainers = with lib.maintainers; [ thoughtpolice ];
|
||||
platforms = lib.platforms.all;
|
||||
badPlatforms = [
|
||||
# Several tests fail with:
|
||||
# ==> Failed - running iverilog.
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user