haskellPackages.sv2v: fix build and enable

* Jailbreak sv2v package to relax too strict bounds on base <4.19
* Remove sv2v from broken packages list
* Remove hydraPlatforms and broken flags to enable building

Signed-off-by: Qiming Chu <cchuqiming@gmail.com>

authored by Qiming Chu and committed by sternenseemann bc33919e 59438560

+3 -3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 3230 3231 # 2025-04-19: Tests randomly fail 5 out of 10 times 3232 fft = dontCheck super.fft; 3233 } 3234 // import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super 3235
··· 3230 3231 # 2025-04-19: Tests randomly fail 5 out of 10 times 3232 fft = dontCheck super.fft; 3233 + 3234 + # 2025-5-15: Too strict bounds on base <4.19, see: https://github.com/zachjs/sv2v/issues/317 3235 + sv2v = doJailbreak super.sv2v; 3236 } 3237 // import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super 3238
-1
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 5935 - supplemented # failure in job https://hydra.nixos.org/build/233237397 at 2023-09-02 5936 - supply-chain-core # failure in job https://hydra.nixos.org/build/252715612 at 2024-03-16 5937 - surjective # failure in job https://hydra.nixos.org/build/233242908 at 2023-09-02 5938 - - sv2v # failure in job https://hydra.nixos.org/build/295097359 at 2025-04-22 5939 - sv-core # failure in job https://hydra.nixos.org/build/233217245 at 2023-09-02 5940 - SVD2HS # failure in job https://hydra.nixos.org/build/233248575 at 2023-09-02 5941 - svfactor # failure in job https://hydra.nixos.org/build/233256743 at 2023-09-02
··· 5935 - supplemented # failure in job https://hydra.nixos.org/build/233237397 at 2023-09-02 5936 - supply-chain-core # failure in job https://hydra.nixos.org/build/252715612 at 2024-03-16 5937 - surjective # failure in job https://hydra.nixos.org/build/233242908 at 2023-09-02 5938 - sv-core # failure in job https://hydra.nixos.org/build/233217245 at 2023-09-02 5939 - SVD2HS # failure in job https://hydra.nixos.org/build/233248575 at 2023-09-02 5940 - svfactor # failure in job https://hydra.nixos.org/build/233256743 at 2023-09-02
-2
pkgs/development/haskell-modules/hackage-packages.nix
··· 642669 ]; 642670 description = "SystemVerilog to Verilog conversion"; 642671 license = lib.licenses.bsd3; 642672 - hydraPlatforms = lib.platforms.none; 642673 mainProgram = "sv2v"; 642674 - broken = true; 642675 } 642676 ) { }; 642677
··· 642669 ]; 642670 description = "SystemVerilog to Verilog conversion"; 642671 license = lib.licenses.bsd3; 642672 mainProgram = "sv2v"; 642673 } 642674 ) { }; 642675