Skip to content

Commit

Permalink
Add overrides to fix timedesc libs
Browse files Browse the repository at this point in the history
  • Loading branch information
balsoft committed Apr 9, 2024
1 parent 0f771d6 commit 464863f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/overlays/ocaml.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ let
rm -f "$out"/lib/ocaml/*/site-lib/ocsigenserver/var/run/ocsigenserver_command
'';
};

timedesc-tzdb = _: { sourceRoot = "."; };
timedesc-tzlocal = _: { sourceRoot = "."; };
timedesc = _: { sourceRoot = "."; };
};
in lib.optionalAttrs (prev ? ocamlfind-secondary) {
dune = (prev.dune.override { ocaml = final.nixpkgs.ocaml; }).overrideAttrs
Expand Down

0 comments on commit 464863f

Please sign in to comment.