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
3 changed files with 3 additions and 3 deletions
@@ -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;
}
@@ -4939,7 +4939,6 @@ broken-packages:
- supervisors
- supplemented
- surjective
- sv2v
- sv-core
- SVD2HS
- svfactor
-2
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