Skip to content

Commit

Permalink
Merge pull request #96 from veprbl/pr/fmt_9
Browse files Browse the repository at this point in the history
fmt: bump to fmt_9 for latest EICrecon
  • Loading branch information
veprbl authored Oct 17, 2023
2 parents de02f12 + e735858 commit 89b5faa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ final: prev: with final; {

eic-smear = callPackage pkgs/eic-smear {};

# Required by a recent EICrecon
fmt = if final.lib.versionOlder prev.fmt.version "9" then fmt_9 else fmt;
# Also update an input hardcoded in nixpkgs' spdlog (it switched to fmt
# later, so we'd like to stay forward-compatible)
fmt_8 = prev.fmt_9;

ftgl = prev.ftgl.overrideAttrs (_: lib.optionalAttrs stdenv.isDarwin {
# Fix build on GitHub Actions
# https://github.com/NixOS/nixpkgs/pull/191577
Expand Down

0 comments on commit 89b5faa

Please sign in to comment.