saunafs: remove unnecessary override (#483686)

This commit is contained in:
Michael Daniels
2026-01-25 17:39:18 +00:00
committed by GitHub
-7
View File
@@ -3627,13 +3627,6 @@ with pkgs;
sasview = callPackage ../applications/science/misc/sasview { };
saunafs = callPackage ../by-name/sa/saunafs/package.nix {
fmt = fmt_11;
spdlog = spdlog.override {
fmt = fmt_11;
};
};
segger-jlink-headless = callPackage ../by-name/se/segger-jlink/package.nix { headless = true; };
semgrep = python3.pkgs.toPythonApplication python3.pkgs.semgrep;