Merge pull request #195540 from leifhelm/sv2v

sv2v: Remove restrictive bounds check
This commit is contained in:
Dennis Gosnell 2022-10-14 12:03:32 -04:00 committed by GitHub
commit 7135dabe18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -147,4 +147,7 @@ self: super: {
# 2022-05-31: weeder 2.3.0 requires GHC 9.2
weeder = doDistribute self.weeder_2_3_1;
# Restrictive upper bound on base and containers
sv2v = doJailbreak super.sv2v;
}

View file

@ -4939,7 +4939,6 @@ broken-packages:
- supervisors
- supplemented
- surjective
- sv2v
- sv-core
- SVD2HS
- svfactor

View file

@ -274694,9 +274694,7 @@ self: {
executableToolDepends = [ alex happy ];
description = "SystemVerilog to Verilog conversion";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "sv2v";
broken = true;
}) {};
"svfactor" = callPackage