Skip to content

Commit

Permalink
Fix opencascade-hs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zainab-ali authored and joe-warren committed Nov 15, 2024
1 parent ec3ec60 commit d5fcc0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3062,4 +3062,9 @@ self: super: {
'';
}) super.quickcheck-state-machine;

# opencascade-hs requires opencascade-occt
opencascade-hs = let occt = pkgs.opencascade-occt;
in appendConfigureFlag "--extra-include-dirs=${occt}/include/opencascade"
(addExtraLibrary occt super.opencascade-hs);

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -4268,7 +4268,6 @@ broken-packages:
- openapi3-code-generator # failure in job https://hydra.nixos.org/build/233255628 at 2023-09-02
- openapi-petstore # failure in job https://hydra.nixos.org/build/233221722 at 2023-09-02
- openapi-typed # failure in job https://hydra.nixos.org/build/233226830 at 2023-09-02
- opencascade-hs # failure in job https://hydra.nixos.org/build/243821447 at 2024-01-01
- opencc # failure in job https://hydra.nixos.org/build/233211902 at 2023-09-02
- opench-meteo # failure in job https://hydra.nixos.org/build/233212476 at 2023-09-02
- OpenCL # failure in job https://hydra.nixos.org/build/233216571 at 2023-09-02
Expand Down

0 comments on commit d5fcc0e

Please sign in to comment.