forked from mirrors/nixpkgs
haskellPackages.sv2v: Do Jailbreak
This commit is contained in:
parent
bc7a5b525c
commit
8d0a5da007
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -4940,7 +4940,6 @@ broken-packages:
|
|||
- supervisors
|
||||
- supplemented
|
||||
- surjective
|
||||
- sv2v
|
||||
- sv-core
|
||||
- SVD2HS
|
||||
- svfactor
|
||||
|
|
|
@ -274696,9 +274696,7 @@ self: {
|
|||
executableToolDepends = [ alex happy ];
|
||||
description = "SystemVerilog to Verilog conversion";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "sv2v";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"svfactor" = callPackage
|
||||
|
|
Loading…
Reference in a new issue